| 280 |
SELECT SQL_NO_CACHE p.*, product_shop.*, image_shop.`id_image` id_image,
stock.`out_of_stock`, IFNULL( stock.`quantity`, 0 ) AS quantity
FROM (
SELECT product_shop.*, 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`,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2026-06-25 00:00:00",
INTERVAL 20 DAY)) > 0 AS new,
(product_shop.`price` + IFNULL(product_attribute_shop.`price`, 0)) AS orderprice
FROM `pr_category_product` cp
STRAIGHT_JOIN pr_product_shop product_shop
ON (product_shop.id_product = cp.id_product AND product_shop.id_shop = 1) LEFT JOIN `pr_product_attribute_shop` product_attribute_shop
ON (product_shop.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.`id_shop`=1)
LEFT JOIN `pr_category` c ON (c.`id_category` = cp.`id_category`
AND c.`nleft` >= 46 AND c.`nright` <= 71)
LEFT JOIN `pr_product_lang` pl
ON (product_shop.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 AND pl.id_shop = 1 )
WHERE c.`id_category` > 0 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") GROUP BY cp.`id_product` ORDER BY pl.`name` ASC
LIMIT 0,12) AS `product_shop`
LEFT JOIN `pr_product` p ON (p.`id_product` = product_shop.`id_product`)
LEFT JOIN `pr_image_shop` image_shop
ON (image_shop.`id_product` = product_shop.`id_product` AND image_shop.`cover`=1 AND image_shop.`id_shop`=1)
LEFT JOIN pr_stock_available stock
ON (stock.id_product = `product_shop`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) |
11.742
ms
|
26928 |
|
Yes
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3466 (query)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE * FROM `pr_awp_attribute_wizard_pro` |
9.553
ms
|
1 |
|
|
/modules/attributewizardpro/attributewizardpro.php:217
/modules/attributewizardpro/attributewizardpro.php:86 (refreshProperties)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE COUNT(DISTINCT cp.`id_product`) AS total
FROM `pr_category_product` cp
STRAIGHT_JOIN pr_product_shop product_shop
ON (product_shop.id_product = cp.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_category` c ON (
c.`id_category` = cp.`id_category`
AND c.`nleft` >= 46
AND c.`nright` <= 71
)
WHERE c.`id_category` > 0 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
3.349
ms
|
2244 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3387 (value)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:78 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2059 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_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 pr_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10424) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.660
ms
|
247 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2255 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_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 pr_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10423) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.570
ms
|
229 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1668 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_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 pr_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10419) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.502
ms
|
247 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (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 `pr_configuration` c
LEFT JOIN `pr_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.446
ms
|
50550 |
|
|
/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:38 (require)
|
| 1868 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_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 pr_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10420) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.436
ms
|
229 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 557 |
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 `pr_product_attribute_combination` pac
LEFT JOIN `pr_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pr_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (4403014,4403015,4403016,4403017,4403018,4403019,4403020,4403021,4403022,4403023,4403024,4403025,4403026,4403027,4403028,4403029,4403030,4403031,4403032,4403033,4403034,4403035,4403036,4403037,4403038,4403039,4403040,4403041,4403042,4403043,4403044,4403045,4403046,4403047,4403048,4403049,4403050,4403051,4403052,4403053,4403054,4403055,4403056,4403057,4403058,4403059,4403060,4403061,4403062,4403063,4403064,4403065,4403066,4403067,4403068,4403069,4403070,4403071,4403072,4403073,4403074,4403075,4403076,4403077,4403078,4403079,4403080,4403081,4403082,4403083,4403084,4403085,4403086,4403087,4403088,4403089,4403090,4403091,4403092,4403093,4403094,4403095,4403096,4403097,4403098,4403099,4403100,4403101,4403102,4403103,4403104,4403105,4403106,4403107,4403108,4403109,4403110,4403111,4403112,4403113,4403114,4403115,4403116,4403117,4403118,4403119,4403120,4403121,4403122,4403123,4403124,4403125,4403126,4403127,4403128,4403129,4403130,4403131,4403132,4403133,4403134,4403135,4403136,4403137,4403138,4403139,4403140,4403141,4403142,4403143,4403144,4403145,4403146,4403147,4403148,4403149,4403150,4403151,4403152,4403153,4403154,4403155,4403156,4403157,4403158,4403159,4403160,4403161,4403162,4403163,4403164,4403165,4403166,4403167,4403168,4403169,4403170,4403171,4403172,4403173,4403174,4403175,4403176,4403177,4403178,4403179,4403180,4403181,4403182,4403183,4403184,4403185,4403186,4403187,4403188,4403189,4403190,4403191,4403192,4403193,4403194,4403195,4403196,4403197,4403198,4403199,4403200,4403201,4403202,4403203,4403204,4403205,4403206,4403207,4403208,4403209,4403210,4403211,4403212,4403213,4403214,4403215,4403216,4403217,4403218,4403219,4403220,4403221,4403222,4403223,4403224,4403225,4403226,4403227,4403228,4403229,4403230,4403231,4403232,4403233,4403234,4403235,4403236,4403237,4403238,4403239,4403240,4403241,4403242,4403243,4403244,4403245,4403246,4403247,4403248,4403249,4403250,4403251,4403252,4403253,4403254,4403255,4403256,4403257,4403258,4403259,4403260)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.956
ms
|
247 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1070 |
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 `pr_product_attribute_combination` pac
LEFT JOIN `pr_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pr_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (4403753,4403754,4403755,4403756,4403757,4403758,4403759,4403760,4403761,4403762,4403763,4403764,4403765,4403766,4403767,4403768,4403769,4403770,4403771,4403772,4403773,4403774,4403775,4403776,4403777,4403778,4403779,4403780,4403781,4403782,4403783,4403784,4403785,4403786,4403787,4403788,4403789,4403790,4403791,4403792,4403793,4403794,4403795,4403796,4403797,4403798,4403799,4403800,4403801,4403802,4403803,4403804,4403805,4403806,4403807,4403808,4403809,4403810,4403811,4403812,4403813,4403814,4403815,4403816,4403817,4403818,4403819,4403820,4403821,4403822,4403823,4403824,4403825,4403826,4403827,4403828,4403829,4403830,4403831,4403832,4403833,4403834,4403835,4403836,4403837,4403838,4403839,4403840,4403841,4403842,4403843,4403844,4403845,4403846,4403847,4403848,4403849,4403850,4403851,4403852,4403853,4403854,4403855,4403856,4403857,4403858,4403859,4403860,4403861,4403862,4403863,4403864,4403865,4403866,4403867,4403868,4403869,4403870,4403871,4403872,4403873,4403874,4403875,4403876,4403877,4403878,4403879,4403880,4403881,4403882,4403883,4403884,4403885,4403886,4403887,4403888,4403889,4403890,4403891,4403892,4403893,4403894,4403895,4403896,4403897,4403898,4403899,4403900,4403901,4403902,4403903,4403904,4403905,4403906,4403907,4403908,4403909,4403910,4403911,4403912,4403913,4403914,4403915,4403916,4403917,4403918,4403919,4403920,4403921,4403922,4403923,4403924,4403925,4403926,4403927,4403928,4403929,4403930,4403931,4403932,4403933,4403934,4403935,4403936,4403937,4403938,4403939,4403940,4403941,4403942,4403943,4403944,4403945,4403946,4403947,4403948,4403949,4403950,4403951,4403952,4403953,4403954,4403955,4403956,4403957,4403958,4403959,4403960,4403961,4403962,4403963,4403964,4403965,4403966,4403967,4403968,4403969,4403970,4403971,4403972,4403973,4403974,4403975,4403976,4403977,4403978,4403979,4403980,4403981,4403982,4403983,4403984,4403985,4403986,4403987,4403988,4403989,4403990,4403991,4403992,4403993,4403994,4403995,4403996,4403997,4403998,4403999)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.889
ms
|
247 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 808 |
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 `pr_product_attribute_combination` pac
LEFT JOIN `pr_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pr_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (4403261,4403262,4403263,4403264,4403265,4403266,4403267,4403268,4403269,4403270,4403271,4403272,4403273,4403274,4403275,4403276,4403277,4403278,4403279,4403280,4403281,4403282,4403283,4403284,4403285,4403286,4403287,4403288,4403289,4403290,4403291,4403292,4403293,4403294,4403295,4403296,4403297,4403298,4403299,4403300,4403301,4403302,4403303,4403304,4403305,4403306,4403307,4403308,4403309,4403310,4403311,4403312,4403313,4403314,4403315,4403316,4403317,4403318,4403319,4403320,4403321,4403322,4403323,4403324,4403325,4403326,4403327,4403328,4403329,4403330,4403331,4403332,4403333,4403334,4403335,4403336,4403337,4403338,4403339,4403340,4403341,4403342,4403343,4403344,4403345,4403346,4403347,4403348,4403349,4403350,4403351,4403352,4403353,4403354,4403355,4403356,4403357,4403358,4403359,4403360,4403361,4403362,4403363,4403364,4403365,4403366,4403367,4403368,4403369,4403370,4403371,4403372,4403373,4403374,4403375,4403376,4403377,4403378,4403379,4403380,4403381,4403382,4403383,4403384,4403385,4403386,4403387,4403388,4403389,4403390,4403391,4403392,4403393,4403394,4403395,4403396,4403397,4403398,4403399,4403400,4403401,4403402,4403403,4403404,4403405,4403406,4403407,4403408,4403409,4403410,4403411,4403412,4403413,4403414,4403415,4403416,4403417,4403418,4403419,4403420,4403421,4403422,4403423,4403424,4403425,4403426,4403427,4403428,4403429,4403430,4403431,4403432,4403433,4403434,4403435,4403436,4403437,4403438,4403439,4403440,4403441,4403442,4403443,4403444,4403445,4403446,4403447,4403448,4403449,4403450,4403451,4403452,4403453,4403454,4403455,4403456,4403457,4403458,4403459,4403460,4403461,4403462,4403463,4403464,4403465,4403466,4403467,4403468,4403469,4403470,4403471,4403472,4403473,4403474,4403475,4403476,4403477,4403478,4403479,4403480,4403481,4403482,4403483,4403484,4403485,4403486,4403487,4403488,4403489)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.862
ms
|
229 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 289 |
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 `pr_hook_module` hm
STRAIGHT_JOIN `pr_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `pr_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
0.830
ms
|
657 |
|
|
/classes/Hook.php:459
/classes/Hook.php:496 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1324 |
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 `pr_product_attribute_combination` pac
LEFT JOIN `pr_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pr_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (4403524,4403525,4403526,4403527,4403528,4403529,4403530,4403531,4403532,4403533,4403534,4403535,4403536,4403537,4403538,4403539,4403540,4403541,4403542,4403543,4403544,4403545,4403546,4403547,4403548,4403549,4403550,4403551,4403552,4403553,4403554,4403555,4403556,4403557,4403558,4403559,4403560,4403561,4403562,4403563,4403564,4403565,4403566,4403567,4403568,4403569,4403570,4403571,4403572,4403573,4403574,4403575,4403576,4403577,4403578,4403579,4403580,4403581,4403582,4403583,4403584,4403585,4403586,4403587,4403588,4403589,4403590,4403591,4403592,4403593,4403594,4403595,4403596,4403597,4403598,4403599,4403600,4403601,4403602,4403603,4403604,4403605,4403606,4403607,4403608,4403609,4403610,4403611,4403612,4403613,4403614,4403615,4403616,4403617,4403618,4403619,4403620,4403621,4403622,4403623,4403624,4403625,4403626,4403627,4403628,4403629,4403630,4403631,4403632,4403633,4403634,4403635,4403636,4403637,4403638,4403639,4403640,4403641,4403642,4403643,4403644,4403645,4403646,4403647,4403648,4403649,4403650,4403651,4403652,4403653,4403654,4403655,4403656,4403657,4403658,4403659,4403660,4403661,4403662,4403663,4403664,4403665,4403666,4403667,4403668,4403669,4403670,4403671,4403672,4403673,4403674,4403675,4403676,4403677,4403678,4403679,4403680,4403681,4403682,4403683,4403684,4403685,4403686,4403687,4403688,4403689,4403690,4403691,4403692,4403693,4403694,4403695,4403696,4403697,4403698,4403699,4403700,4403701,4403702,4403703,4403704,4403705,4403706,4403707,4403708,4403709,4403710,4403711,4403712,4403713,4403714,4403715,4403716,4403717,4403718,4403719,4403720,4403721,4403722,4403723,4403724,4403725,4403726,4403727,4403728,4403729,4403730,4403731,4403732,4403733,4403734,4403735,4403736,4403737,4403738,4403739,4403740,4403741,4403742,4403743,4403744,4403745,4403746,4403747,4403748,4403749,4403750,4403751,4403752)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.830
ms
|
229 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pr_product_attribute` pa
INNER JOIN pr_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` = 10419
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.751
ms
|
247 |
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `pr_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `pr_hook_alias` ha
INNER JOIN `pr_hook` h ON ha.name = h.name |
0.743
ms
|
0 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:273 (getIdByName)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `pr_module` m
INNER JOIN pr_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 `pr_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `pr_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `pr_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` |
0.702
ms
|
90 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:10 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
| 1069 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pr_product_attribute` pa
INNER JOIN pr_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` = 10424
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.665
ms
|
247 |
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2444 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `pr_module` m
INNER JOIN pr_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 `pr_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `pr_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `pr_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` |
0.661
ms
|
90 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1567 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `pr_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `pr_hook_alias` ha
INNER JOIN `pr_hook` h ON ha.name = h.name |
0.648
ms
|
0 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:273 (getIdByName)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2867 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1040 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `pr_module` m
INNER JOIN pr_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 `pr_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `pr_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `pr_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` |
0.632
ms
|
90 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/src/Adapter/HookManager.php:81 (exec)
/src/Adapter/Presenter/Product/ProductLazyArray.php:515 (exec)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 807 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pr_product_attribute` pa
INNER JOIN pr_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` = 10420
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.627
ms
|
229 |
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1323 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pr_product_attribute` pa
INNER JOIN pr_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` = 10423
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.618
ms
|
229 |
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1556 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `pr_module` m
INNER JOIN pr_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 `pr_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `pr_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `pr_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` |
0.615
ms
|
90 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/src/Adapter/HookManager.php:81 (exec)
/src/Adapter/Presenter/Product/ProductLazyArray.php:515 (exec)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 427 |
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 `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_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` = 10424) |
0.546
ms
|
247 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-25 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM pr_product p
LEFT JOIN pr_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN pr_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN pr_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1534,767,2031,2032,2049,10422,10419,10420,10421,10424,10423,768) |
0.544
ms
|
12 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 446 |
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 `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_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` = 10423) |
0.514
ms
|
229 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 46 |
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 `pr_category` c
INNER JOIN pr_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pr_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 )
LEFT JOIN `pr_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 13
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.407
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/listing/CategoryController.php:230 (getSubCategories)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.384
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1022 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10420
ORDER BY f.position ASC |
0.338
ms
|
15 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.332
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1094 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10420 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10420 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.331
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_allow_svg' LIMIT 1 |
0.327
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/files/assets/svg/svg-handler.php:54 (get_option)
/modules/axoncreator/core/files/assets/svg/svg-handler.php:718 (is_svg_uploads_enabled)
/modules/axoncreator/includes/controls/icons.php:124 (is_enabled)
/modules/axoncreator/includes/controls/base.php:86 (get_default_settings)
/modules/axoncreator/includes/managers/controls.php:449 (__construct)
/modules/axoncreator/includes/managers/controls.php:523 (register_controls)
/modules/axoncreator/includes/managers/controls.php:542 (get_controls)
/modules/axoncreator/includes/managers/controls.php:699 (get_control)
/modules/axoncreator/includes/base/controls-stack.php:435 (add_control_to_stack)
/modules/axoncreator/includes/base/controls-stack.php:1387 (add_control)
/modules/axoncreator/core/settings/general/model.php:211 (start_controls_section)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/includes/base/controls-stack.php:358 (get_settings)
/modules/axoncreator/includes/base/controls-stack.php:1087 (get_controls_settings)
/modules/axoncreator/includes/base/controls-stack.php:1220 (get_active_settings)
/modules/axoncreator/core/settings/manager.php:178 (get_frontend_settings)
/modules/axoncreator/includes/frontend.php:1094 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.326
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1051 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.322
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:792 (create)
/modules/axoncreator/axoncreator.php:950 (parse_global_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.321
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 370 |
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 `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_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` = 10419) |
0.319
ms
|
247 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10421
ORDER BY f.position ASC |
0.317
ms
|
15 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 4403489
AND cp.`id_cart` = 0 AND cp.`id_product` = 10420 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4403489
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10420 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.315
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.314
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 3 AND name = '_wp_page_template_id_lang_2' LIMIT 1 |
0.314
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/core/document-types/post.php:225 (get_post_meta)
/modules/axoncreator/core/documents-manager.php:201 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:72 (get)
/modules/axoncreator/core/files/css/post.php:180 (get_data)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1036 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1575 |
SELECT SQL_NO_CACHE acp.id_product, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' <= app.`to`), 1, 0) + IF (app.`id_country` IN (0, 14), 4, 0) + IF (app.`id_currency` IN (0, 1), 8, 0) + IF (app.`id_shop` IN (0, 1), 16, 0)) AS `score`
FROM `pr_pm_advancedsearch_product_price_7` app
LEFT JOIN `pr_pm_advancedsearch_cache_product_7` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_7` acpc3 ON ( acp.`id_cache_product` = acpc3.`id_cache_product` AND acpc3.`id_criterion` IN (17))
LEFT JOIN `pr_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 14 AND tr.`id_state` = 0)
LEFT JOIN `pr_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `pr_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`) WHERE ((app.`from` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND EXISTS(
SELECT 1 FROM `pr_category_product` cp
JOIN `pr_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` = 1)
WHERE cp.`id_product` = ps.`id_product`
) AND app.`id_country` IN (0, 14) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) ASC LIMIT 1 |
0.314
ms
|
2 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1626 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1675 (getMinIdProductSlider)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2462 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10423
ORDER BY f.position ASC |
0.313
ms
|
15 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.310
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1036 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 389 |
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 `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_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` = 10420) |
0.308
ms
|
229 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pr_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 10421 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-25 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-25 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.308
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10424
ORDER BY f.position ASC |
0.307
ms
|
15 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1636 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_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 pr_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10422) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.305
ms
|
23 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10424 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10424 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.299
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10423 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10423 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.298
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 768
ORDER BY f.position ASC |
0.298
ms
|
12 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pr_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 10424 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-25 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-25 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.296
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 768 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 768 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.290
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10421 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10421 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.289
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pr_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 10423 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-25 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-25 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.286
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1591 |
SELECT SQL_NO_CACHE acp.id_product, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' <= app.`to`), 1, 0) + IF (app.`id_country` IN (0, 14), 4, 0) + IF (app.`id_currency` IN (0, 1), 8, 0) + IF (app.`id_shop` IN (0, 1), 16, 0)) AS `score`
FROM `pr_pm_advancedsearch_product_price_17` app
LEFT JOIN `pr_pm_advancedsearch_cache_product_17` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_17` acpc3 ON ( acp.`id_cache_product` = acpc3.`id_cache_product` AND acpc3.`id_criterion` IN (17))
LEFT JOIN `pr_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 14 AND tr.`id_state` = 0)
LEFT JOIN `pr_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `pr_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`) WHERE ((app.`from` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND EXISTS(
SELECT 1 FROM `pr_category_product` cp
JOIN `pr_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` = 1)
WHERE cp.`id_product` = ps.`id_product`
) AND app.`id_country` IN (0, 14) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) ASC LIMIT 1 |
0.285
ms
|
2 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1626 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1675 (getMinIdProductSlider)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2462 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 4403999
AND cp.`id_cart` = 0 AND cp.`id_product` = 10424 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4403999
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10424 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.284
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.283
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1051 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 4403752
AND cp.`id_cart` = 0 AND cp.`id_product` = 10423 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4403752
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10423 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.283
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403489
AND agl.`id_lang` = 2 |
0.281
ms
|
3 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2046 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_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 pr_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10421) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.279
ms
|
8 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1039 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pr_hook` h
WHERE (h.active = 1) |
0.278
ms
|
1166 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/src/Adapter/HookManager.php:81 (exec)
/src/Adapter/Presenter/Product/ProductLazyArray.php:515 (exec)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_container_width' LIMIT 1 |
0.276
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1094 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 2 AND name = '_wp_page_template_id_lang_2' LIMIT 1 |
0.274
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/core/document-types/post.php:225 (get_post_meta)
/modules/axoncreator/core/documents-manager.php:201 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:72 (get)
/modules/axoncreator/core/files/css/post.php:180 (get_data)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 4403497
AND cp.`id_cart` = 0 AND cp.`id_product` = 10421 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4403497
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10421 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.274
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.271
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1022 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.271
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:792 (create)
/modules/axoncreator/axoncreator.php:950 (parse_global_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1583 |
SELECT SQL_NO_CACHE acp.id_product, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' <= app.`to`), 1, 0) + IF (app.`id_country` IN (0, 14), 4, 0) + IF (app.`id_currency` IN (0, 1), 8, 0) + IF (app.`id_shop` IN (0, 1), 16, 0)) AS `score`
FROM `pr_pm_advancedsearch_product_price_8` app
LEFT JOIN `pr_pm_advancedsearch_cache_product_8` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_8` acpc3 ON ( acp.`id_cache_product` = acpc3.`id_cache_product` AND acpc3.`id_criterion` IN (17))
LEFT JOIN `pr_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 14 AND tr.`id_state` = 0)
LEFT JOIN `pr_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `pr_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`) WHERE ((app.`from` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND EXISTS(
SELECT 1 FROM `pr_category_product` cp
JOIN `pr_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` = 1)
WHERE cp.`id_product` = ps.`id_product`
) AND app.`id_country` IN (0, 14) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) ASC LIMIT 1 |
0.270
ms
|
2 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1626 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1675 (getMinIdProductSlider)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2462 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.267
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2031 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403477
AND agl.`id_lang` = 2 |
0.265
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403999
AND agl.`id_lang` = 2 |
0.264
ms
|
4 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10421
AND pac.`id_product_attribute` = 4403497
AND agl.`id_lang` = 2 |
0.261
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.260
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1036 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403752
AND agl.`id_lang` = 2 |
0.260
ms
|
3 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_space_between_widgets' LIMIT 1 |
0.258
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1094 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.258
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_disable_colorpicker_schemes' LIMIT 1 |
0.257
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/includes/managers/schemes.php:310 (get_option)
/modules/axoncreator/includes/elements/section.php:1100 (get_enabled_schemes)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 529 |
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 `pr_product_attribute_combination` pac
LEFT JOIN `pr_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pr_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (4403498,4403499,4403500,4403501,4403502,4403503,4403504,4403505,4403506,4403507,4403508,4403509,4403510,4403511,4403512,4403513,4403514,4403515,4403516,4403517,4403518,4403519,4403520)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.252
ms
|
23 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_stretched_section_container' LIMIT 1 |
0.251
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1094 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_global_image_lightbox' LIMIT 1 |
0.250
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1094 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_page_title_selector' LIMIT 1 |
0.248
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1094 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_enable_lightbox_in_editor' LIMIT 1 |
0.247
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1094 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_color' LIMIT 1 |
0.247
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1094 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color' LIMIT 1 |
0.247
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1094 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color_hover' LIMIT 1 |
0.247
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/settings/general/manager.php:111 (get_option)
/modules/axoncreator/core/settings/base/manager.php:429 (get_saved_settings)
/modules/axoncreator/core/settings/base/manager.php:124 (create_model)
/modules/axoncreator/core/settings/general/manager.php:86 (get_model)
/modules/axoncreator/core/settings/manager.php:175 (get_model_for_config)
/modules/axoncreator/includes/frontend.php:1094 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 767) AND (b.`id_shop` = 1) LIMIT 1 |
0.236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pr_hook` h
WHERE (h.active = 1) |
0.235
ms
|
1166 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:10 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
| 297 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1534 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1534 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.232
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1555 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pr_hook` h
WHERE (h.active = 1) |
0.221
ms
|
1166 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/src/Adapter/HookManager.php:81 (exec)
/src/Adapter/Presenter/Product/ProductLazyArray.php:515 (exec)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.220
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1036 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2032 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403478
AND agl.`id_lang` = 2 |
0.220
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 468 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1534) AND (b.`id_shop` = 1) LIMIT 1 |
0.220
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2443 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pr_hook` h
WHERE (h.active = 1) |
0.219
ms
|
1166 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2033 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403479
AND agl.`id_lang` = 2 |
0.219
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2034 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403480
AND agl.`id_lang` = 2 |
0.218
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2035 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403481
AND agl.`id_lang` = 2 |
0.216
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2036 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403482
AND agl.`id_lang` = 2 |
0.216
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 2 AND name = '_elementor_css_id_lang_2' LIMIT 1 |
0.208
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/core/files/css/post.php:122 (get_post_meta)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1534
ORDER BY `position` |
0.206
ms
|
9 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10424) AND (b.`id_shop` = 1) LIMIT 1 |
0.203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 3 AND name = '_elementor_css_id_lang_2' LIMIT 1 |
0.202
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/core/files/css/post.php:122 (get_post_meta)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1036 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1534
ORDER BY f.position ASC |
0.201
ms
|
13 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10423) AND (b.`id_shop` = 1) LIMIT 1 |
0.199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10421) AND (b.`id_shop` = 1) LIMIT 1 |
0.195
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_related` bc
LEFT JOIN `pr_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterProduct' LIMIT 1 |
0.194
ms
|
357 |
|
|
/modules/axoncreator/axoncreator.php:2009
/modules/axoncreator/axoncreator.php:1044 (getRelatedByKey)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1043 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pr_hook` |
0.193
ms
|
1166 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1576 |
SELECT SQL_NO_CACHE app.price_wt as min_price, app.`reduction_amount`, app.`reduction_type`, app.`reduction_tax`, app.id_currency, acp.id_product, app.id_country, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' <= app.`to`), 1, 0) + IF (app.`id_group` = 1, 2, 0) + IF (app.`id_country` = 14, 4, 0) + IF (app.`id_currency` = 1, 8, 0) + IF (app.`id_shop` = 1, 16, 0)) AS `score`
FROM `pr_pm_advancedsearch_product_price_7` app
LEFT JOIN `pr_pm_advancedsearch_cache_product_7` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_7` acpc3 ON ( acp.`id_cache_product` = acpc3.`id_cache_product` AND acpc3.`id_criterion` IN (17))
LEFT JOIN `pr_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 14 AND tr.`id_state` = 0)
LEFT JOIN `pr_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `pr_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`) WHERE acp.`id_product` = 0 AND ((app.`from` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND EXISTS(
SELECT 1 FROM `pr_category_product` cp
JOIN `pr_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` = 1)
WHERE cp.`id_product` = ps.`id_product`
) AND app.`id_country` IN (0, 14) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) ASC LIMIT 1 |
0.193
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1701 (row)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2462 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1867 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `pr_product_attribute` pa
INNER JOIN pr_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 `pr_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `pr_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pr_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pa.`id_product_attribute` = 4403260
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group` , pac.`id_attribute`
ORDER BY pa.`id_product_attribute` |
0.192
ms
|
4 |
|
Yes
|
/override/classes/Product.php:72
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:187 (getAttributeCombinationsById)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:129 (getCombinationsData)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1603 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_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 pr_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1534) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.191
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pr_product_attribute_image` pai
LEFT JOIN `pr_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pr_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (4403014, 4403015, 4403016, 4403017, 4403018, 4403019, 4403020, 4403021, 4403022, 4403023, 4403024, 4403025, 4403026, 4403027, 4403028, 4403029, 4403030, 4403031, 4403032, 4403033, 4403034, 4403035, 4403036, 4403037, 4403038, 4403039, 4403040, 4403041, 4403042, 4403043, 4403044, 4403045, 4403046, 4403047, 4403048, 4403049, 4403050, 4403051, 4403052, 4403053, 4403054, 4403055, 4403056, 4403057, 4403058, 4403059, 4403060, 4403061, 4403062, 4403063, 4403064, 4403065, 4403066, 4403067, 4403068, 4403069, 4403070, 4403071, 4403072, 4403073, 4403074, 4403075, 4403076, 4403077, 4403078, 4403079, 4403080, 4403081, 4403082, 4403083, 4403084, 4403085, 4403086, 4403087, 4403088, 4403089, 4403090, 4403091, 4403092, 4403093, 4403094, 4403095, 4403096, 4403097, 4403098, 4403099, 4403100, 4403101, 4403102, 4403103, 4403104, 4403105, 4403106, 4403107, 4403108, 4403109, 4403110, 4403111, 4403112, 4403113, 4403114, 4403115, 4403116, 4403117, 4403118, 4403119, 4403120, 4403121, 4403122, 4403123, 4403124, 4403125, 4403126, 4403127, 4403128, 4403129, 4403130, 4403131, 4403132, 4403133, 4403134, 4403135, 4403136, 4403137, 4403138, 4403139, 4403140, 4403141, 4403142, 4403143, 4403144, 4403145, 4403146, 4403147, 4403148, 4403149, 4403150, 4403151, 4403152, 4403153, 4403154, 4403155, 4403156, 4403157, 4403158, 4403159, 4403160, 4403161, 4403162, 4403163, 4403164, 4403165, 4403166, 4403167, 4403168, 4403169, 4403170, 4403171, 4403172, 4403173, 4403174, 4403175, 4403176, 4403177, 4403178, 4403179, 4403180, 4403181, 4403182, 4403183, 4403184, 4403185, 4403186, 4403187, 4403188, 4403189, 4403190, 4403191, 4403192, 4403193, 4403194, 4403195, 4403196, 4403197, 4403198, 4403199, 4403200, 4403201, 4403202, 4403203, 4403204, 4403205, 4403206, 4403207, 4403208, 4403209, 4403210, 4403211, 4403212, 4403213, 4403214, 4403215, 4403216, 4403217, 4403218, 4403219, 4403220, 4403221, 4403222, 4403223, 4403224, 4403225, 4403226, 4403227, 4403228, 4403229, 4403230, 4403231, 4403232, 4403233, 4403234, 4403235, 4403236, 4403237, 4403238, 4403239, 4403240, 4403241, 4403242, 4403243, 4403244, 4403245, 4403246, 4403247, 4403248, 4403249, 4403250, 4403251, 4403252, 4403253, 4403254, 4403255, 4403256, 4403257, 4403258, 4403259, 4403260) AND il.`id_lang` = 2 ORDER by i.`position` |
0.186
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2447 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_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 pr_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (768) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.186
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pr_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 10419 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-25 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-25 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.185
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pr_hook` |
0.184
ms
|
1166 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:10 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
| 349 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pr_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 10422 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-25 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-25 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.184
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.183
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/responsive/responsive.php:102 (get_breakpoints)
/modules/axoncreator/includes/settings/settings.php:715 (get_editable_breakpoints)
/modules/axoncreator/includes/plugin.php:572 (__construct)
/modules/axoncreator/includes/plugin.php:498 (init_components)
/modules/axoncreator/includes/plugin.php:639 (init)
/modules/axoncreator/includes/plugin.php:467 (__construct)
/modules/axoncreator/axoncreator.php:936 (instance)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (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 `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_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` = 10421) |
0.183
ms
|
8 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1616 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_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 pr_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (767) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.182
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1584 |
SELECT SQL_NO_CACHE app.price_wt as min_price, app.`reduction_amount`, app.`reduction_type`, app.`reduction_tax`, app.id_currency, acp.id_product, app.id_country, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' <= app.`to`), 1, 0) + IF (app.`id_group` = 1, 2, 0) + IF (app.`id_country` = 14, 4, 0) + IF (app.`id_currency` = 1, 8, 0) + IF (app.`id_shop` = 1, 16, 0)) AS `score`
FROM `pr_pm_advancedsearch_product_price_8` app
LEFT JOIN `pr_pm_advancedsearch_cache_product_8` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_8` acpc3 ON ( acp.`id_cache_product` = acpc3.`id_cache_product` AND acpc3.`id_criterion` IN (17))
LEFT JOIN `pr_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 14 AND tr.`id_state` = 0)
LEFT JOIN `pr_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `pr_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`) WHERE acp.`id_product` = 0 AND ((app.`from` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND EXISTS(
SELECT 1 FROM `pr_category_product` cp
JOIN `pr_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` = 1)
WHERE cp.`id_product` = ps.`id_product`
) AND app.`id_country` IN (0, 14) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) ASC LIMIT 1 |
0.180
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1701 (row)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2462 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2031
ORDER BY f.position ASC |
0.179
ms
|
13 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 767
ORDER BY f.position ASC |
0.177
ms
|
12 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_related` bc
LEFT JOIN `pr_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayShoppingCartFooter' LIMIT 1 |
0.177
ms
|
357 |
|
|
/modules/axoncreator/axoncreator.php:2009
/modules/axoncreator/axoncreator.php:1044 (getRelatedByKey)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2049
ORDER BY f.position ASC |
0.176
ms
|
13 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10419
ORDER BY f.position ASC |
0.176
ms
|
15 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pr_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 10420 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-06-25 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-25 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.176
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10422
ORDER BY f.position ASC |
0.175
ms
|
15 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1624 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_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 pr_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2031) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.175
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_related` bc
LEFT JOIN `pr_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'display404PageBuilder' LIMIT 1 |
0.174
ms
|
357 |
|
|
/modules/axoncreator/axoncreator.php:2009
/modules/axoncreator/axoncreator.php:1044 (getRelatedByKey)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2455 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pr_hook` |
0.173
ms
|
1166 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:415 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_post` a
LEFT JOIN `pr_axon_creator_post_lang` `b` ON a.`id_axon_creator_post` = b.`id_axon_creator_post` AND b.`id_lang` = 2
WHERE (a.`id_axon_creator_post` = 2) LIMIT 1 |
0.172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1012 (__construct)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.172
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1058 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1592 |
SELECT SQL_NO_CACHE app.price_wt as min_price, app.`reduction_amount`, app.`reduction_type`, app.`reduction_tax`, app.id_currency, acp.id_product, app.id_country, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' <= app.`to`), 1, 0) + IF (app.`id_group` = 1, 2, 0) + IF (app.`id_country` = 14, 4, 0) + IF (app.`id_currency` = 1, 8, 0) + IF (app.`id_shop` = 1, 16, 0)) AS `score`
FROM `pr_pm_advancedsearch_product_price_17` app
LEFT JOIN `pr_pm_advancedsearch_cache_product_17` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_17` acpc3 ON ( acp.`id_cache_product` = acpc3.`id_cache_product` AND acpc3.`id_criterion` IN (17))
LEFT JOIN `pr_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 14 AND tr.`id_state` = 0)
LEFT JOIN `pr_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `pr_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`) WHERE acp.`id_product` = 0 AND ((app.`from` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2026-06-25 10:03:18' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND EXISTS(
SELECT 1 FROM `pr_category_product` cp
JOIN `pr_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` = 1)
WHERE cp.`id_product` = ps.`id_product`
) AND app.`id_country` IN (0, 14) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) ASC LIMIT 1 |
0.172
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1701 (row)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2462 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_related` bc
LEFT JOIN `pr_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'category'
AND bc.`key_related` = '13' LIMIT 1 |
0.172
ms
|
357 |
|
|
/modules/axoncreator/axoncreator.php:2009
/modules/axoncreator/src/Wp_Helper.php:1498 (getRelatedByKey)
/modules/axoncreator/axoncreator.php:1388 (reset_post_var)
/modules/axoncreator/axoncreator.php:1326 (_filterPageContent)
/classes/Hook.php:1083 (hookFilterCategoryContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/controllers/front/listing/CategoryController.php:110 (exec)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2032
ORDER BY f.position ASC |
0.170
ms
|
13 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 499 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pr_product_attribute_image` pai
LEFT JOIN `pr_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pr_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (4403753, 4403754, 4403755, 4403756, 4403757, 4403758, 4403759, 4403760, 4403761, 4403762, 4403763, 4403764, 4403765, 4403766, 4403767, 4403768, 4403769, 4403770, 4403771, 4403772, 4403773, 4403774, 4403775, 4403776, 4403777, 4403778, 4403779, 4403780, 4403781, 4403782, 4403783, 4403784, 4403785, 4403786, 4403787, 4403788, 4403789, 4403790, 4403791, 4403792, 4403793, 4403794, 4403795, 4403796, 4403797, 4403798, 4403799, 4403800, 4403801, 4403802, 4403803, 4403804, 4403805, 4403806, 4403807, 4403808, 4403809, 4403810, 4403811, 4403812, 4403813, 4403814, 4403815, 4403816, 4403817, 4403818, 4403819, 4403820, 4403821, 4403822, 4403823, 4403824, 4403825, 4403826, 4403827, 4403828, 4403829, 4403830, 4403831, 4403832, 4403833, 4403834, 4403835, 4403836, 4403837, 4403838, 4403839, 4403840, 4403841, 4403842, 4403843, 4403844, 4403845, 4403846, 4403847, 4403848, 4403849, 4403850, 4403851, 4403852, 4403853, 4403854, 4403855, 4403856, 4403857, 4403858, 4403859, 4403860, 4403861, 4403862, 4403863, 4403864, 4403865, 4403866, 4403867, 4403868, 4403869, 4403870, 4403871, 4403872, 4403873, 4403874, 4403875, 4403876, 4403877, 4403878, 4403879, 4403880, 4403881, 4403882, 4403883, 4403884, 4403885, 4403886, 4403887, 4403888, 4403889, 4403890, 4403891, 4403892, 4403893, 4403894, 4403895, 4403896, 4403897, 4403898, 4403899, 4403900, 4403901, 4403902, 4403903, 4403904, 4403905, 4403906, 4403907, 4403908, 4403909, 4403910, 4403911, 4403912, 4403913, 4403914, 4403915, 4403916, 4403917, 4403918, 4403919, 4403920, 4403921, 4403922, 4403923, 4403924, 4403925, 4403926, 4403927, 4403928, 4403929, 4403930, 4403931, 4403932, 4403933, 4403934, 4403935, 4403936, 4403937, 4403938, 4403939, 4403940, 4403941, 4403942, 4403943, 4403944, 4403945, 4403946, 4403947, 4403948, 4403949, 4403950, 4403951, 4403952, 4403953, 4403954, 4403955, 4403956, 4403957, 4403958, 4403959, 4403960, 4403961, 4403962, 4403963, 4403964, 4403965, 4403966, 4403967, 4403968, 4403969, 4403970, 4403971, 4403972, 4403973, 4403974, 4403975, 4403976, 4403977, 4403978, 4403979, 4403980, 4403981, 4403982, 4403983, 4403984, 4403985, 4403986, 4403987, 4403988, 4403989, 4403990, 4403991, 4403992, 4403993, 4403994, 4403995, 4403996, 4403997, 4403998, 4403999) AND il.`id_lang` = 2 ORDER by i.`position` |
0.168
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10422 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10422 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (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 pr_shop_group gs
LEFT JOIN pr_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN pr_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.166
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:38 (require)
|
| 275 |
SELECT SQL_NO_CACHE ads.* , adsl.*, ads.`id_search`
FROM `pr_pm_advancedsearch` ads
LEFT JOIN `pr_pm_advancedsearch_lang` adsl ON (ads.`id_search` = adsl.`id_search` AND adsl.`id_lang` = 2 )
WHERE ads.`id_search` IN (17,8,7)
ORDER BY ads.`position` |
0.166
ms
|
3 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:418 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:403 (getSearchsById)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 767 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 767 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10419 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10419 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pr_product_attribute_image` pai
LEFT JOIN `pr_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pr_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (4403261, 4403262, 4403263, 4403264, 4403265, 4403266, 4403267, 4403268, 4403269, 4403270, 4403271, 4403272, 4403273, 4403274, 4403275, 4403276, 4403277, 4403278, 4403279, 4403280, 4403281, 4403282, 4403283, 4403284, 4403285, 4403286, 4403287, 4403288, 4403289, 4403290, 4403291, 4403292, 4403293, 4403294, 4403295, 4403296, 4403297, 4403298, 4403299, 4403300, 4403301, 4403302, 4403303, 4403304, 4403305, 4403306, 4403307, 4403308, 4403309, 4403310, 4403311, 4403312, 4403313, 4403314, 4403315, 4403316, 4403317, 4403318, 4403319, 4403320, 4403321, 4403322, 4403323, 4403324, 4403325, 4403326, 4403327, 4403328, 4403329, 4403330, 4403331, 4403332, 4403333, 4403334, 4403335, 4403336, 4403337, 4403338, 4403339, 4403340, 4403341, 4403342, 4403343, 4403344, 4403345, 4403346, 4403347, 4403348, 4403349, 4403350, 4403351, 4403352, 4403353, 4403354, 4403355, 4403356, 4403357, 4403358, 4403359, 4403360, 4403361, 4403362, 4403363, 4403364, 4403365, 4403366, 4403367, 4403368, 4403369, 4403370, 4403371, 4403372, 4403373, 4403374, 4403375, 4403376, 4403377, 4403378, 4403379, 4403380, 4403381, 4403382, 4403383, 4403384, 4403385, 4403386, 4403387, 4403388, 4403389, 4403390, 4403391, 4403392, 4403393, 4403394, 4403395, 4403396, 4403397, 4403398, 4403399, 4403400, 4403401, 4403402, 4403403, 4403404, 4403405, 4403406, 4403407, 4403408, 4403409, 4403410, 4403411, 4403412, 4403413, 4403414, 4403415, 4403416, 4403417, 4403418, 4403419, 4403420, 4403421, 4403422, 4403423, 4403424, 4403425, 4403426, 4403427, 4403428, 4403429, 4403430, 4403431, 4403432, 4403433, 4403434, 4403435, 4403436, 4403437, 4403438, 4403439, 4403440, 4403441, 4403442, 4403443, 4403444, 4403445, 4403446, 4403447, 4403448, 4403449, 4403450, 4403451, 4403452, 4403453, 4403454, 4403455, 4403456, 4403457, 4403458, 4403459, 4403460, 4403461, 4403462, 4403463, 4403464, 4403465, 4403466, 4403467, 4403468, 4403469, 4403470, 4403471, 4403472, 4403473, 4403474, 4403475, 4403476, 4403477, 4403478, 4403479, 4403480, 4403481, 4403482, 4403483, 4403484, 4403485, 4403486, 4403487, 4403488, 4403489) AND il.`id_lang` = 2 ORDER by i.`position` |
0.166
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1559 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pr_hook` |
0.166
ms
|
1166 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2446 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `pr_product_attribute` pa
INNER JOIN pr_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 `pr_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `pr_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pr_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pa.`id_product_attribute` = 4403752
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group` , pac.`id_attribute`
ORDER BY pa.`id_product_attribute` |
0.165
ms
|
3 |
|
Yes
|
/override/classes/Product.php:72
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:187 (getAttributeCombinationsById)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:129 (getCombinationsData)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403520
AND agl.`id_lang` = 2 |
0.164
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1628 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_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 pr_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2032) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.162
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1066 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403999
AND agl.`id_lang` = 2 |
0.160
ms
|
4 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2045 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `pr_product_attribute` pa
INNER JOIN pr_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 `pr_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `pr_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pr_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pa.`id_product_attribute` = 4403489
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group` , pac.`id_attribute`
ORDER BY pa.`id_product_attribute` |
0.160
ms
|
3 |
|
Yes
|
/override/classes/Product.php:72
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:187 (getAttributeCombinationsById)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:129 (getCombinationsData)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.159
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1036 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2031 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2031 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1055 |
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 `pr_product_attribute_combination` pac
LEFT JOIN `pr_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pr_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (4403490,4403491,4403492,4403493,4403494,4403495,4403496,4403497)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.159
ms
|
8 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 502 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pr_product_attribute_image` pai
LEFT JOIN `pr_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pr_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (4403524, 4403525, 4403526, 4403527, 4403528, 4403529, 4403530, 4403531, 4403532, 4403533, 4403534, 4403535, 4403536, 4403537, 4403538, 4403539, 4403540, 4403541, 4403542, 4403543, 4403544, 4403545, 4403546, 4403547, 4403548, 4403549, 4403550, 4403551, 4403552, 4403553, 4403554, 4403555, 4403556, 4403557, 4403558, 4403559, 4403560, 4403561, 4403562, 4403563, 4403564, 4403565, 4403566, 4403567, 4403568, 4403569, 4403570, 4403571, 4403572, 4403573, 4403574, 4403575, 4403576, 4403577, 4403578, 4403579, 4403580, 4403581, 4403582, 4403583, 4403584, 4403585, 4403586, 4403587, 4403588, 4403589, 4403590, 4403591, 4403592, 4403593, 4403594, 4403595, 4403596, 4403597, 4403598, 4403599, 4403600, 4403601, 4403602, 4403603, 4403604, 4403605, 4403606, 4403607, 4403608, 4403609, 4403610, 4403611, 4403612, 4403613, 4403614, 4403615, 4403616, 4403617, 4403618, 4403619, 4403620, 4403621, 4403622, 4403623, 4403624, 4403625, 4403626, 4403627, 4403628, 4403629, 4403630, 4403631, 4403632, 4403633, 4403634, 4403635, 4403636, 4403637, 4403638, 4403639, 4403640, 4403641, 4403642, 4403643, 4403644, 4403645, 4403646, 4403647, 4403648, 4403649, 4403650, 4403651, 4403652, 4403653, 4403654, 4403655, 4403656, 4403657, 4403658, 4403659, 4403660, 4403661, 4403662, 4403663, 4403664, 4403665, 4403666, 4403667, 4403668, 4403669, 4403670, 4403671, 4403672, 4403673, 4403674, 4403675, 4403676, 4403677, 4403678, 4403679, 4403680, 4403681, 4403682, 4403683, 4403684, 4403685, 4403686, 4403687, 4403688, 4403689, 4403690, 4403691, 4403692, 4403693, 4403694, 4403695, 4403696, 4403697, 4403698, 4403699, 4403700, 4403701, 4403702, 4403703, 4403704, 4403705, 4403706, 4403707, 4403708, 4403709, 4403710, 4403711, 4403712, 4403713, 4403714, 4403715, 4403716, 4403717, 4403718, 4403719, 4403720, 4403721, 4403722, 4403723, 4403724, 4403725, 4403726, 4403727, 4403728, 4403729, 4403730, 4403731, 4403732, 4403733, 4403734, 4403735, 4403736, 4403737, 4403738, 4403739, 4403740, 4403741, 4403742, 4403743, 4403744, 4403745, 4403746, 4403747, 4403748, 4403749, 4403750, 4403751, 4403752) AND il.`id_lang` = 2 ORDER by i.`position` |
0.158
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1051 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10421
AND pac.`id_product_attribute` = 4403497
AND agl.`id_lang` = 2 |
0.158
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403260
AND agl.`id_lang` = 2 |
0.158
ms
|
4 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2049 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2049 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2254 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `pr_product_attribute` pa
INNER JOIN pr_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 `pr_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `pr_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pr_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pa.`id_product_attribute` = 4403999
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group` , pac.`id_attribute`
ORDER BY pa.`id_product_attribute` |
0.155
ms
|
4 |
|
Yes
|
/override/classes/Product.php:72
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:187 (getAttributeCombinationsById)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:129 (getCombinationsData)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.154
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
:undefined (__construct)
/modules/axoncreator/core/files/manager.php:56 (newInstanceArgs)
/modules/axoncreator/core/files/base.php:87 (get)
/modules/axoncreator/includes/frontend.php:807 (create)
/modules/axoncreator/axoncreator.php:1058 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2032 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2032 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pr_product_attribute` pa
INNER JOIN pr_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` = 10422
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.153
ms
|
23 |
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2031) AND (b.`id_shop` = 1) LIMIT 1 |
0.152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1632 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_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 pr_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2049) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.152
ms
|
1 |
Yes
|
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_disable_typography_schemes' LIMIT 1 |
0.151
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/includes/managers/schemes.php:310 (get_option)
/modules/axoncreator/includes/elements/section.php:1100 (get_enabled_schemes)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1870 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403274
AND agl.`id_lang` = 2 |
0.150
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_disable_color_schemes' LIMIT 1 |
0.150
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/includes/managers/schemes.php:310 (get_option)
/modules/axoncreator/includes/elements/section.php:1100 (get_enabled_schemes)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/core/files/css/post.php:302 (get_settings)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 4403260
AND cp.`id_cart` = 0 AND cp.`id_product` = 10419 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4403260
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10419 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1638 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403520
AND agl.`id_lang` = 2 |
0.150
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 4403520
AND cp.`id_cart` = 0 AND cp.`id_product` = 10422 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4403520
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10422 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pr_product` p LEFT JOIN `pr_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pr_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pr_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` = 10420 AND pa.`id_product` = 10420 AND pa.`id_product_attribute` = 4403489 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pr_module` m
LEFT JOIN `pr_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.148
ms
|
113 |
|
|
/classes/module/Module.php:346
/modules/axoncreator/axoncreator.php:61 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/controllers/front/listing/CategoryController.php:110 (exec)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.148
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1058 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 10 AND name = '_wp_page_template_id_lang_2' LIMIT 1 |
0.148
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/core/document-types/post.php:225 (get_post_meta)
/modules/axoncreator/core/documents-manager.php:201 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:72 (get)
/modules/axoncreator/core/files/css/post.php:180 (get_data)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1058 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_post` a
LEFT JOIN `pr_axon_creator_post_lang` `b` ON a.`id_axon_creator_post` = b.`id_axon_creator_post` AND b.`id_lang` = 2
WHERE (a.`id_axon_creator_post` = 3) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1033 (__construct)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.147
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/files/css/base.php:731 (get_breakpoints)
/modules/axoncreator/core/files/css/base.php:121 (init_stylesheet)
/modules/axoncreator/core/files/css/post.php:64 (__construct)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:40 (__construct)
/modules/axoncreator/core/dynamic-tags/manager.php:432 (__construct)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1058 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 767
ORDER BY `position` |
0.147
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.146
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/core/responsive/responsive.php:102 (get_breakpoints)
/modules/axoncreator/includes/settings/settings.php:715 (get_editable_breakpoints)
/modules/axoncreator/includes/plugin.php:572 (__construct)
/modules/axoncreator/includes/plugin.php:498 (init_components)
/modules/axoncreator/includes/plugin.php:639 (init)
/modules/axoncreator/includes/plugin.php:467 (__construct)
/modules/axoncreator/axoncreator.php:936 (instance)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_related` bc
LEFT JOIN `pr_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumn' LIMIT 1 |
0.144
ms
|
357 |
|
|
/modules/axoncreator/axoncreator.php:2009
/modules/axoncreator/axoncreator.php:1044 (getRelatedByKey)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2058 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `pr_product_attribute` pa
INNER JOIN pr_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 `pr_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `pr_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pr_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10421
AND pa.`id_product_attribute` = 4403497
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group` , pac.`id_attribute`
ORDER BY pa.`id_product_attribute` |
0.142
ms
|
1 |
|
Yes
|
/override/classes/Product.php:72
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:187 (getAttributeCombinationsById)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:129 (getCombinationsData)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.141
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/includes/frontend.php:1087 (get_breakpoints)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 461 |
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 `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_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` = 768) |
0.140
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1320 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403752
AND agl.`id_lang` = 2 |
0.140
ms
|
3 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2060 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10424) AND (b.`id_shop` = 1) LIMIT 1 |
0.140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.139
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/responsive/responsive.php:122 (get_option)
:undefined (AxonCreator\Core\Responsive\{closure})
/modules/axoncreator/core/responsive/responsive.php:128 (array_reduce)
/modules/axoncreator/includes/frontend.php:1087 (get_breakpoints)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1667 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `pr_product_attribute` pa
INNER JOIN pr_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 `pr_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `pr_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pr_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pa.`id_product_attribute` = 4403520
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group` , pac.`id_attribute`
ORDER BY pa.`id_product_attribute` |
0.139
ms
|
1 |
|
Yes
|
/override/classes/Product.php:72
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:187 (getAttributeCombinationsById)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:129 (getCombinationsData)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `pr_meta` m
LEFT JOIN `pr_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.138
ms
|
65 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:10 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
| 482 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2049) AND (b.`id_shop` = 1) LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2061 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403781
AND agl.`id_lang` = 2 |
0.138
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_post` a
LEFT JOIN `pr_axon_creator_post_lang` `b` ON a.`id_axon_creator_post` = b.`id_axon_creator_post` AND b.`id_lang` = 2
WHERE (a.`id_axon_creator_post` = 4) LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1019 (__construct)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1049 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10420) AND (b.`id_shop` = 1) LIMIT 1 |
0.137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:207 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getCanonicalUrl)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:147 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2048 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10421
AND pac.`id_product_attribute` = 4403497
AND agl.`id_lang` = 2 |
0.136
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2047 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10421) AND (b.`id_shop` = 1) LIMIT 1 |
0.135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2256 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403537
AND agl.`id_lang` = 2 |
0.135
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pr_product` p LEFT JOIN `pr_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pr_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pr_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` = 10424 AND pa.`id_product` = 10424 AND pa.`id_product_attribute` = 4403999 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM pr_shop_url su
LEFT JOIN pr_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'meblostrada24.pl' OR su.domain_ssl = 'meblostrada24.pl')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.133
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:38 (require)
|
| 453 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pr_product` p LEFT JOIN `pr_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pr_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pr_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` = 10423 AND pa.`id_product` = 10423 AND pa.`id_product_attribute` = 4403752 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1670 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403042
AND agl.`id_lang` = 2 |
0.131
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/axoncreator/includes/fonts.php:149 (isEnabled)
/modules/axoncreator/includes/fonts.php:129 (get_native_fonts)
/modules/axoncreator/includes/controls/font.php:60 (get_fonts)
/modules/axoncreator/includes/controls/base.php:86 (get_default_settings)
/modules/axoncreator/includes/managers/controls.php:449 (__construct)
/modules/axoncreator/includes/managers/controls.php:523 (register_controls)
/modules/axoncreator/includes/managers/controls.php:542 (get_controls)
/modules/axoncreator/includes/managers/controls.php:699 (get_control)
/modules/axoncreator/includes/base/controls-stack.php:435 (add_control_to_stack)
/modules/axoncreator/includes/base/controls-stack.php:1387 (add_control)
/modules/axoncreator/core/settings/general/model.php:211 (start_controls_section)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/includes/base/controls-stack.php:358 (get_settings)
/modules/axoncreator/includes/base/controls-stack.php:1087 (get_controls_settings)
/modules/axoncreator/includes/base/controls-stack.php:1220 (get_active_settings)
/modules/axoncreator/core/settings/manager.php:178 (get_frontend_settings)
/modules/axoncreator/includes/frontend.php:1094 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE *
FROM `pr_product_attribute` a
LEFT JOIN `pr_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4403489) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 768
AND image_shop.`cover` = 1 LIMIT 1 |
0.128
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1864 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 379 AND c.`nright` >= 380 AND c.`nleft` >= 2 AND c.`nright` <= 635 ORDER BY `nleft` DESC |
0.128
ms
|
318 |
Yes
|
|
/classes/Category.php:1600
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1869 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10420) AND (b.`id_shop` = 1) LIMIT 1 |
0.127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10424
AND image_shop.`cover` = 1 LIMIT 1 |
0.126
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10421
AND image_shop.`cover` = 1 LIMIT 1 |
0.125
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2032) AND (b.`id_shop` = 1) LIMIT 1 |
0.125
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "nrtsearchbar" LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/axoncreator/includes/managers/widgets.php:116 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1065 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10424) AND (b.`id_shop` = 1) LIMIT 1 |
0.124
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2452 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 283 AND c.`nright` >= 284 AND c.`nleft` >= 2 AND c.`nright` <= 635 ORDER BY `nleft` DESC |
0.124
ms
|
318 |
Yes
|
|
/classes/Category.php:1600
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "nrtthemecustomizer" LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/axoncreator/includes/fonts.php:149 (isEnabled)
/modules/axoncreator/includes/fonts.php:129 (get_native_fonts)
/modules/axoncreator/includes/controls/font.php:60 (get_fonts)
/modules/axoncreator/includes/controls/base.php:86 (get_default_settings)
/modules/axoncreator/includes/managers/controls.php:449 (__construct)
/modules/axoncreator/includes/managers/controls.php:523 (register_controls)
/modules/axoncreator/includes/managers/controls.php:542 (get_controls)
/modules/axoncreator/includes/managers/controls.php:699 (get_control)
/modules/axoncreator/includes/base/controls-stack.php:435 (add_control_to_stack)
/modules/axoncreator/includes/base/controls-stack.php:1387 (add_control)
/modules/axoncreator/core/settings/general/model.php:211 (start_controls_section)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/includes/base/controls-stack.php:358 (get_settings)
/modules/axoncreator/includes/base/controls-stack.php:1087 (get_controls_settings)
/modules/axoncreator/includes/base/controls-stack.php:1220 (get_active_settings)
/modules/axoncreator/core/settings/manager.php:178 (get_frontend_settings)
/modules/axoncreator/includes/frontend.php:1094 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2435 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 379 AND c.`nright` >= 380 AND c.`nleft` >= 2 AND c.`nright` <= 635 ORDER BY `nleft` DESC |
0.122
ms
|
318 |
Yes
|
|
/classes/Category.php:1600
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 768) AND (b.`id_shop` = 1) LIMIT 1 |
0.122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pr_module` m
LEFT JOIN `pr_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.121
ms
|
113 |
|
|
/classes/module/Module.php:346
/modules/smartblog/smartblog.php:31 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:10 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
| 115 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/axoncreator/includes/managers/widgets.php:116 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE *
FROM `pr_product_attribute` a
LEFT JOIN `pr_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4403497) LIMIT 1 |
0.121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pr_product` p LEFT JOIN `pr_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pr_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pr_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` = 10421 AND pa.`id_product` = 10421 AND pa.`id_product_attribute` = 4403497 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2037 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403483
AND agl.`id_lang` = 2 |
0.121
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2388 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10423) AND (b.`id_shop` = 1) LIMIT 1 |
0.121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1664 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 381 AND c.`nright` >= 382 AND c.`nleft` >= 2 AND c.`nright` <= 635 ORDER BY `nleft` DESC |
0.120
ms
|
318 |
Yes
|
|
/classes/Category.php:1600
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1621 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 283 AND c.`nright` >= 284 AND c.`nleft` >= 2 AND c.`nright` <= 635 ORDER BY `nleft` DESC |
0.120
ms
|
318 |
Yes
|
|
/classes/Category.php:1600
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2448 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 768) AND (b.`id_shop` = 1) LIMIT 1 |
0.120
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:74 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:107 (initModel)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pr_module` m
LEFT JOIN `pr_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.119
ms
|
113 |
|
|
/classes/module/Module.php:346
/modules/pm_advancedsearch4/classes/Core.php:57 (__construct)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:158 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:10 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
| 340 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10422) AND (b.`id_shop` = 1) LIMIT 1 |
0.119
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10423
AND image_shop.`cover` = 1 LIMIT 1 |
0.118
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1669 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10419) AND (b.`id_shop` = 1) LIMIT 1 |
0.117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pr_module` m
LEFT JOIN `pr_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.116
ms
|
113 |
|
|
/classes/module/Module.php:346
/modules/jprestaspeedpack/jprestaspeedpack.php:217 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:39 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE *
FROM `pr_product_attribute` a
LEFT JOIN `pr_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4403999) LIMIT 1 |
0.116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2062 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403758
AND agl.`id_lang` = 2 |
0.115
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE *
FROM `pr_product_attribute` a
LEFT JOIN `pr_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4403752) LIMIT 1 |
0.114
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10419) AND (b.`id_shop` = 1) LIMIT 1 |
0.113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 10420 AND id_shop=1 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2031
ORDER BY `position` |
0.113
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1054 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pr_product_attribute` pa
INNER JOIN pr_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` = 10421
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.113
ms
|
8 |
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1319 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10423) AND (b.`id_shop` = 1) LIMIT 1 |
0.113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1637 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10422) AND (b.`id_shop` = 1) LIMIT 1 |
0.113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1671 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403019
AND agl.`id_lang` = 2 |
0.113
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch` a
LEFT JOIN `pr_pm_advancedsearch_shop` `c` ON a.`id_search` = c.`id_search` AND c.`id_shop` = 1
WHERE (a.`id_search` = 7) LIMIT 1 |
0.112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Search.php:122 (__construct)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:96 (__construct)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1604 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1534) AND (b.`id_shop` = 1) LIMIT 1 |
0.112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:74 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:107 (initModel)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1639 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403498
AND agl.`id_lang` = 2 |
0.112
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 350 |
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 `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_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` = 10422) |
0.111
ms
|
23 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1617 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 767) AND (b.`id_shop` = 1) LIMIT 1 |
0.111
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:74 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:107 (initModel)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2049 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10421
AND pac.`id_product_attribute` = 4403490
AND agl.`id_lang` = 2 |
0.111
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE 1 FROM `pr_cart_rule` WHERE ((date_to >= "2026-06-25 00:00:00" AND date_to <= "2026-06-25 23:59:59") OR (date_from >= "2026-06-25 00:00:00" AND date_from <= "2026-06-25 23:59:59") OR (date_from < "2026-06-25 00:00:00" AND date_to > "2026-06-25 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.110
ms
|
5 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3079 (getCustomerCartRules)
/classes/Cart.php:3464 (getDeliveryOptionList)
/classes/Cart.php:3537 (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:2201 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/23/98/57/2398577f88398d4bea23add33c8b27d957944060_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72c4f21_96756889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9f/7b/bf/9f7bbf572c4857ea9d7e0df31f5b8e1b75a26723_2.file.head.tpl.php:319 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9f/7b/bf/9f7bbf572c4857ea9d7e0df31f5b8e1b75a26723_2.file.head.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72bf299_47408548)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:43 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:346 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE tr.*
FROM `pr_tax_rule` tr
JOIN `pr_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('86-300' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '86-300')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.110
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10422) LIMIT 1 |
0.109
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1534
AND image_shop.`cover` = 1 LIMIT 1 |
0.108
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1050 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10421) AND (b.`id_shop` = 1) LIMIT 1 |
0.108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1871 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403266
AND agl.`id_lang` = 2 |
0.108
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2063 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403784
AND agl.`id_lang` = 2 |
0.108
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2302 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403625
AND agl.`id_lang` = 2 |
0.108
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10420) AND (b.`id_shop` = 1) LIMIT 1 |
0.107
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2032
ORDER BY `position` |
0.107
ms
|
9 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1565 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10423) AND (b.`id_shop` = 1) LIMIT 1 |
0.107
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:207 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getCanonicalUrl)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:147 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1625 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2031) AND (b.`id_shop` = 1) LIMIT 1 |
0.107
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:74 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:107 (initModel)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1830 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403229
AND agl.`id_lang` = 2 |
0.107
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1849 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403248
AND agl.`id_lang` = 2 |
0.107
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2257 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403529
AND agl.`id_lang` = 2 |
0.107
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2038 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403484
AND agl.`id_lang` = 2 |
0.105
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1781 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403180
AND agl.`id_lang` = 2 |
0.105
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2397 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403719
AND agl.`id_lang` = 2 |
0.105
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2298 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403571
AND agl.`id_lang` = 2 |
0.104
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1629 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2032) AND (b.`id_shop` = 1) LIMIT 1 |
0.104
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:74 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:107 (initModel)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1899 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403295
AND agl.`id_lang` = 2 |
0.104
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2316 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403639
AND agl.`id_lang` = 2 |
0.104
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE tr.*
FROM `pr_tax_rule` tr
JOIN `pr_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 1
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.103
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5983 (getTaxCalculator)
/classes/Product.php:5875 (getTaxesInformations)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403489) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 10420
ORDER BY `position` |
0.103
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2049
ORDER BY `position` |
0.102
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE * FROM `pr_nrt_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.101
ms
|
1 |
Yes
|
Yes
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3818
/modules/axoncreator/includes/fonts.php:153 (get_fonts)
/modules/axoncreator/includes/fonts.php:129 (get_native_fonts)
/modules/axoncreator/includes/controls/font.php:60 (get_fonts)
/modules/axoncreator/includes/controls/base.php:86 (get_default_settings)
/modules/axoncreator/includes/managers/controls.php:449 (__construct)
/modules/axoncreator/includes/managers/controls.php:523 (register_controls)
/modules/axoncreator/includes/managers/controls.php:542 (get_controls)
/modules/axoncreator/includes/managers/controls.php:699 (get_control)
/modules/axoncreator/includes/base/controls-stack.php:435 (add_control_to_stack)
/modules/axoncreator/includes/base/controls-stack.php:1387 (add_control)
/modules/axoncreator/core/settings/general/model.php:211 (start_controls_section)
/modules/axoncreator/includes/base/controls-stack.php:1923 (_register_controls)
/modules/axoncreator/includes/base/controls-stack.php:510 (init_controls)
/modules/axoncreator/includes/base/controls-stack.php:303 (get_stack)
/modules/axoncreator/includes/base/controls-stack.php:1958 (get_controls)
/modules/axoncreator/includes/base/controls-stack.php:1045 (sanitize_settings)
/modules/axoncreator/includes/base/controls-stack.php:1798 (get_data)
/modules/axoncreator/core/base/base-object.php:145 (get_init_settings)
/modules/axoncreator/core/base/base-object.php:53 (ensure_settings)
/modules/axoncreator/includes/base/controls-stack.php:358 (get_settings)
/modules/axoncreator/includes/base/controls-stack.php:1087 (get_controls_settings)
/modules/axoncreator/includes/base/controls-stack.php:1220 (get_active_settings)
/modules/axoncreator/core/settings/manager.php:178 (get_frontend_settings)
/modules/axoncreator/includes/frontend.php:1094 (get_settings_frontend_config)
/modules/axoncreator/axoncreator.php:936 (get_init_settings)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1633 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2049) AND (b.`id_shop` = 1) LIMIT 1 |
0.101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:74 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:107 (initModel)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 488 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 10419
ORDER BY `position` |
0.101
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 137) AND (b.`id_shop` = 1) LIMIT 1 |
0.100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2258 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403530
AND agl.`id_lang` = 2 |
0.100
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_related` bc
LEFT JOIN `pr_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumn' LIMIT 1 |
0.100
ms
|
357 |
|
|
/modules/axoncreator/axoncreator.php:2009
/modules/axoncreator/axoncreator.php:1044 (getRelatedByKey)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2)
WHERE `level_depth` = 1 |
0.099
ms
|
159 |
|
|
/classes/Category.php:2242
/classes/Category.php:1114 (getCategoriesWithoutParent)
/classes/Category.php:1574 (getRootCategory)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:72 (initModel)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:125 (buildCategoryModel)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:109 (getCategoryData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:69 (getPageData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:59 (setContextData)
/modules/rcpgtagmanager/src/PSModule/ModuleServiceFactoryPS8.php:76 (__construct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:62 (getContextService)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:44 (getConfiguration)
/modules/rcpgtagmanager/rcpgtagmanager.php:197 (exec)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2050 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10421
AND pac.`id_product_attribute` = 4403491
AND agl.`id_lang` = 2 |
0.099
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_post` a
LEFT JOIN `pr_axon_creator_post_lang` `b` ON a.`id_axon_creator_post` = b.`id_axon_creator_post` AND b.`id_lang` = 2
WHERE (a.`id_axon_creator_post` = 10) LIMIT 1 |
0.098
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1055 (__construct)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1606 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2)
WHERE `level_depth` = 1 |
0.098
ms
|
159 |
|
|
/classes/Category.php:2242
/classes/Category.php:1114 (getCategoriesWithoutParent)
/classes/Category.php:1574 (getRootCategory)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1640 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403499
AND agl.`id_lang` = 2 |
0.098
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1782 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403181
AND agl.`id_lang` = 2 |
0.098
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1872 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403267
AND agl.`id_lang` = 2 |
0.098
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2064 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403782
AND agl.`id_lang` = 2 |
0.098
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1829 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403228
AND agl.`id_lang` = 2 |
0.097
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2259 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403538
AND agl.`id_lang` = 2 |
0.097
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `pr_country` a
LEFT JOIN `pr_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `pr_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:38 (require)
|
| 1052 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10421) LIMIT 1 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE * FROM `pr_cart_rule` cr
LEFT JOIN `pr_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 2) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.096
ms
|
3 |
|
|
/classes/CartRule.php:423
/classes/Cart.php:3079 (getCustomerCartRules)
/classes/Cart.php:3464 (getDeliveryOptionList)
/classes/Cart.php:3537 (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:2201 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/23/98/57/2398577f88398d4bea23add33c8b27d957944060_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72c4f21_96756889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9f/7b/bf/9f7bbf572c4857ea9d7e0df31f5b8e1b75a26723_2.file.head.tpl.php:319 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9f/7b/bf/9f7bbf572c4857ea9d7e0df31f5b8e1b75a26723_2.file.head.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72bf299_47408548)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:43 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:346 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2039 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403485
AND agl.`id_lang` = 2 |
0.096
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1067 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10424) LIMIT 1 |
0.095
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1672 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403045
AND agl.`id_lang` = 2 |
0.095
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2066 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403785
AND agl.`id_lang` = 2 |
0.095
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE * FROM `pr_cart_rule` cr
LEFT JOIN `pr_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.095
ms
|
3 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/23/98/57/2398577f88398d4bea23add33c8b27d957944060_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72c4f21_96756889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9f/7b/bf/9f7bbf572c4857ea9d7e0df31f5b8e1b75a26723_2.file.head.tpl.php:319 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9f/7b/bf/9f7bbf572c4857ea9d7e0df31f5b8e1b75a26723_2.file.head.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72bf299_47408548)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:43 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:346 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2262 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403540
AND agl.`id_lang` = 2 |
0.095
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 1 AND name = '_elementor_global_css' LIMIT 1 |
0.094
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/src/Wp_Helper.php:1216 (get_post_meta)
/modules/axoncreator/core/files/base.php:249 (get_option)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/includes/frontend.php:794 (enqueue)
/modules/axoncreator/axoncreator.php:950 (parse_global_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 768
ORDER BY `position` |
0.094
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 805 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10420) LIMIT 1 |
0.094
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1641 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403500
AND agl.`id_lang` = 2 |
0.094
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2389 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403711
AND agl.`id_lang` = 2 |
0.094
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1896 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403292
AND agl.`id_lang` = 2 |
0.093
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a0
LEFT JOIN `pr_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 46) AND (a0.`nright` > 71) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.093
ms
|
24 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:246 (rewind)
/classes/controller/FrontController.php:1866 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/override/classes/controller/FrontController.php:6 (assignGeneralPurposeVariables)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 46 AND c.`nright` >= 71 AND c.`nleft` >= 2 AND c.`nright` <= 635 ORDER BY `nleft` DESC |
0.093
ms
|
24 |
|
|
/classes/Category.php:1600
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:72 (initModel)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:125 (buildCategoryModel)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:109 (getCategoryData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:69 (getPageData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:59 (setContextData)
/modules/rcpgtagmanager/src/PSModule/ModuleServiceFactoryPS8.php:76 (__construct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:62 (getContextService)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:44 (getConfiguration)
/modules/rcpgtagmanager/rcpgtagmanager.php:197 (exec)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 4 AND name = '_elementor_css_id_lang_2' LIMIT 1 |
0.093
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/core/files/css/post.php:122 (get_post_meta)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1022 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pr_product_attribute` pa
INNER JOIN pr_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` = 4403999 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 10422
ORDER BY `position` |
0.093
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pr_product_attribute_image` pai
LEFT JOIN `pr_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pr_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (4403498, 4403499, 4403500, 4403501, 4403502, 4403503, 4403504, 4403505, 4403506, 4403507, 4403508, 4403509, 4403510, 4403511, 4403512, 4403513, 4403514, 4403515, 4403516, 4403517, 4403518, 4403519, 4403520) AND il.`id_lang` = 2 ORDER by i.`position` |
0.093
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10419) LIMIT 1 |
0.093
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1874 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403268
AND agl.`id_lang` = 2 |
0.093
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1973 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403419
AND agl.`id_lang` = 2 |
0.093
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2065 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403759
AND agl.`id_lang` = 2 |
0.093
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2261 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403539
AND agl.`id_lang` = 2 |
0.093
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2054 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10421
AND pac.`id_product_attribute` = 4403495
AND agl.`id_lang` = 2 |
0.092
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2067 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403783
AND agl.`id_lang` = 2 |
0.092
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2193 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403940
AND agl.`id_lang` = 2 |
0.092
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2248 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403995
AND agl.`id_lang` = 2 |
0.092
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2040 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403486
AND agl.`id_lang` = 2 |
0.092
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2051 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10421
AND pac.`id_product_attribute` = 4403492
AND agl.`id_lang` = 2 |
0.092
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
0.091
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:78 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1873 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403275
AND agl.`id_lang` = 2 |
0.091
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2052 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10421
AND pac.`id_product_attribute` = 4403493
AND agl.`id_lang` = 2 |
0.091
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2119 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403816
AND agl.`id_lang` = 2 |
0.091
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2315 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403638
AND agl.`id_lang` = 2 |
0.091
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1680 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403021
AND agl.`id_lang` = 2 |
0.091
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_related` bc
LEFT JOIN `pr_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductSameCategory' LIMIT 1 |
0.090
ms
|
357 |
|
|
/modules/axoncreator/axoncreator.php:2009
/modules/axoncreator/axoncreator.php:1044 (getRelatedByKey)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403999) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2003 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403449
AND agl.`id_lang` = 2 |
0.090
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2112 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403809
AND agl.`id_lang` = 2 |
0.090
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2114 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403811
AND agl.`id_lang` = 2 |
0.090
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2121 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403818
AND agl.`id_lang` = 2 |
0.090
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2398 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403720
AND agl.`id_lang` = 2 |
0.090
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_related` bc
LEFT JOIN `pr_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductAccessories' LIMIT 1 |
0.090
ms
|
357 |
|
|
/modules/axoncreator/axoncreator.php:2009
/modules/axoncreator/axoncreator.php:1044 (getRelatedByKey)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE 1 FROM `pr_cart_rule` WHERE ((date_to >= "2026-06-25 00:00:00" AND date_to <= "2026-06-25 23:59:59") OR (date_from >= "2026-06-25 00:00:00" AND date_from <= "2026-06-25 23:59:59") OR (date_from < "2026-06-25 00:00:00" AND date_to > "2026-06-25 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.090
ms
|
5 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/23/98/57/2398577f88398d4bea23add33c8b27d957944060_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72c4f21_96756889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9f/7b/bf/9f7bbf572c4857ea9d7e0df31f5b8e1b75a26723_2.file.head.tpl.php:319 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9f/7b/bf/9f7bbf572c4857ea9d7e0df31f5b8e1b75a26723_2.file.head.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72bf299_47408548)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:43 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:346 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1875 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403276
AND agl.`id_lang` = 2 |
0.090
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2041 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403487
AND agl.`id_lang` = 2 |
0.090
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2091 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403773
AND agl.`id_lang` = 2 |
0.090
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2166 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403913
AND agl.`id_lang` = 2 |
0.090
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2390 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403712
AND agl.`id_lang` = 2 |
0.090
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403752) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 1534 |
0.089
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1903 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403299
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2068 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403786
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2077 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403791
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2123 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403820
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2162 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403909
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2260 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403531
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `pr_lang` l
LEFT JOIN `pr_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.089
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:38 (require)
|
| 73 |
SELECT SQL_NO_CACHE ads.`id_search`, ads.`id_hook`, ads.`unique_search`
FROM `pr_pm_advancedsearch` ads
JOIN `pr_pm_advancedsearch_shop` adss ON (ads.`id_search`=adss.`id_search` AND adss.`id_shop`=1) WHERE 1 AND ads.`active`=1 ORDER BY ads.`position` |
0.089
ms
|
17 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:471 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:450 (getSearchsId)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:279 (getSearchsIdByHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2899 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3033 (assignSearchVar)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1642 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403501
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1756 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403155
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1876 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403277
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1948 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403394
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2042 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403488
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2053 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10421
AND pac.`id_product_attribute` = 4403494
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2086 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403769
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2118 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403815
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2133 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403880
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2139 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403886
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2148 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403895
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2289 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403562
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2319 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403642
AND agl.`id_lang` = 2 |
0.089
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2204 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403951
AND agl.`id_lang` = 2 |
0.088
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pr_product_attribute` pa
INNER JOIN pr_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` = 4403752 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1673 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403043
AND agl.`id_lang` = 2 |
0.088
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1877 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403269
AND agl.`id_lang` = 2 |
0.088
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1892 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403288
AND agl.`id_lang` = 2 |
0.088
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1920 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403366
AND agl.`id_lang` = 2 |
0.088
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2016 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403462
AND agl.`id_lang` = 2 |
0.088
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2055 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10421
AND pac.`id_product_attribute` = 4403496
AND agl.`id_lang` = 2 |
0.088
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2087 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403770
AND agl.`id_lang` = 2 |
0.088
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2130 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403877
AND agl.`id_lang` = 2 |
0.088
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2158 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403905
AND agl.`id_lang` = 2 |
0.088
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2305 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403628
AND agl.`id_lang` = 2 |
0.088
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2344 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403667
AND agl.`id_lang` = 2 |
0.088
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2425 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403747
AND agl.`id_lang` = 2 |
0.088
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_post` a
LEFT JOIN `pr_axon_creator_post_lang` `b` ON a.`id_axon_creator_post` = b.`id_axon_creator_post` AND b.`id_lang` = 2
WHERE (a.`id_axon_creator_post` = 9) LIMIT 1 |
0.087
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1048 (__construct)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pr_product_attribute` pa
INNER JOIN pr_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` = 4403497 LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1613 |
SELECT SQL_NO_CACHE tr.*
FROM `pr_tax_rule` tr
JOIN `pr_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('86-300' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '86-300')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.087
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1764 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403163
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1783 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403182
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1931 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403377
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1945 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403391
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1975 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403421
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1976 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403422
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1977 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403423
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2030 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403476
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2069 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403787
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2089 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403772
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2090 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403795
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2122 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403819
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2131 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403878
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2132 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403879
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2140 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403887
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2147 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403894
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2165 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403912
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2180 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403927
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2182 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403929
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2277 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403550
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2304 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403627
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2372 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403695
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2404 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403726
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2439 |
SELECT SQL_NO_CACHE tr.*
FROM `pr_tax_rule` tr
JOIN `pr_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('86-300' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '86-300')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.087
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2105 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403802
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2150 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403897
AND agl.`id_lang` = 2 |
0.087
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_related` bc
LEFT JOIN `pr_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumnProduct' LIMIT 1 |
0.086
ms
|
357 |
|
|
/modules/axoncreator/axoncreator.php:2009
/modules/axoncreator/axoncreator.php:1044 (getRelatedByKey)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1742 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403141
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1888 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403284
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1894 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403290
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1904 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403300
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1917 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403363
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1987 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403433
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2002 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403448
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2088 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403771
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2093 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403796
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2115 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403812
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2120 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403817
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2127 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403874
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2134 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403881
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2136 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403883
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2137 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403884
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2138 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403885
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2143 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403890
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2145 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403892
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2149 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403896
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2151 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403898
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2153 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403900
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2154 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403901
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2159 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403906
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2163 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403910
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2164 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403911
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2167 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403914
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2181 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403928
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2229 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403976
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2232 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403979
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2247 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403994
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2376 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403699
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1737 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403136
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1959 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403405
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2070 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403788
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2092 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403774
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2094 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403775
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2110 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403807
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2113 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403810
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2141 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403888
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2183 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403930
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2190 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403937
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2220 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403967
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2347 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403670
AND agl.`id_lang` = 2 |
0.086
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 10421
ORDER BY `position` |
0.085
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1674 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403020
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1900 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403296
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1946 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403392
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2079 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403792
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2095 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403776
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2101 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403780
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2102 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403799
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2106 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403803
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2108 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403805
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2117 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403814
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2135 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403882
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2144 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403891
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2146 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403893
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2152 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403899
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2155 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403902
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2156 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403903
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2160 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403907
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2168 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403915
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2172 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403919
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2176 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403923
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2178 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403925
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2288 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403561
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2291 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403564
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2317 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403640
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2333 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403656
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_related` bc
LEFT JOIN `pr_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayContactPageBuilder' LIMIT 1 |
0.085
ms
|
357 |
|
|
/modules/axoncreator/axoncreator.php:2009
/modules/axoncreator/axoncreator.php:1044 (getRelatedByKey)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1571 |
SELECT SQL_NO_CACHE acg.*, acgl.*
FROM `pr_pm_advancedsearch_criterion_group_7` acg
LEFT JOIN `pr_pm_advancedsearch_criterion_group_7_lang` acgl ON (acg.`id_criterion_group` = acgl.`id_criterion_group` AND acgl.`id_lang` = 2 )
WHERE acg.`id_search` = 7
ORDER BY `position` |
0.085
ms
|
10 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/CriterionGroup.php:246 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2299 (getCriterionsGroupsFromIdSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1605 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 132) AND (b.`id_shop` = 1) LIMIT 1 |
0.085
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:39 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1643 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403502
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1708 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403040
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1770 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403169
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1784 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403183
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1792 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403191
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1905 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403301
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2071 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403760
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2075 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403762
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2096 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403797
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2097 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403777
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2100 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403798
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2109 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403806
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2111 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403808
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2116 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403813
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2124 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403871
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2142 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403889
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2169 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403916
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2170 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403917
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2173 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403920
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2174 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403921
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2184 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403931
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2195 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403942
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2203 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403950
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2218 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403965
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2230 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403977
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2233 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403980
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2263 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403532
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2303 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403626
AND agl.`id_lang` = 2 |
0.085
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE *
FROM `pr_product_attribute_lang`
WHERE `id_product_attribute` = 4403497 |
0.084
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1610 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 23 AND c.`nright` >= 24 AND c.`nleft` >= 2 AND c.`nright` <= 635 ORDER BY `nleft` DESC |
0.084
ms
|
13 |
|
|
/classes/Category.php:1600
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1831 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403230
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1893 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403289
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1901 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403297
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1902 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403298
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1907 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403303
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2000 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403446
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2010 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403456
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2017 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403463
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2073 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403761
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2074 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403790
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2098 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403778
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2171 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403918
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2231 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403978
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2275 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403548
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2310 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403633
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2361 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403684
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 304 |
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 `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_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` = 767) |
0.084
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1652 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403511
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1677 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403047
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1733 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403132
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1738 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403137
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1755 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403154
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1821 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403220
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1906 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403302
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1972 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403418
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1974 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403420
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2001 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403447
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2004 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403450
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2008 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403454
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2015 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403461
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2072 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403789
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2076 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403763
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2078 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403764
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2085 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403768
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2099 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403779
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2103 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403800
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2107 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403804
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2125 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403872
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2126 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403873
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2128 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403875
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2129 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403876
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2157 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403904
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2161 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403908
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2175 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403922
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2179 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403926
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2192 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403939
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2210 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403957
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2221 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403968
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2264 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403541
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2265 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403542
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2273 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403546
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2278 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403551
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2318 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403641
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2391 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403713
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2400 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403722
AND agl.`id_lang` = 2 |
0.084
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1728 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403077
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1759 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403158
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1895 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403291
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1956 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403402
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1982 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403428
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2080 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403765
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2177 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403924
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2205 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403952
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2238 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403985
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2292 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403565
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2313 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403636
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=9 |
0.083
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE id_product = 10421 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE id_product = 10424 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1569 |
SELECT SQL_NO_CACHE ac.`id_criterion`, ac.`id_criterion_group`, acg.`visible`,aclink.`id_criterion_linked`
FROM `pr_pm_advancedsearch_criterion_7` ac
JOIN `pr_pm_advancedsearch_criterion_7_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
LEFT JOIN `pr_pm_advancedsearch_criterion_group_7` acg ON (acg.`id_criterion_group` = ac.`id_criterion_group`)
WHERE acg.`criterion_group_type` = "category"
AND aclink.`id_criterion_linked` = 13 |
0.083
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:595 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1533 (getCriterionsWithIdGroupFromIdLinked)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2263 (getCriteriaFromEmplacement)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1577 |
SELECT SQL_NO_CACHE ac.`id_criterion`, ac.`id_criterion_group`, acg.`visible`,aclink.`id_criterion_linked`
FROM `pr_pm_advancedsearch_criterion_8` ac
JOIN `pr_pm_advancedsearch_criterion_8_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
LEFT JOIN `pr_pm_advancedsearch_criterion_group_8` acg ON (acg.`id_criterion_group` = ac.`id_criterion_group`)
WHERE acg.`criterion_group_type` = "category"
AND aclink.`id_criterion_linked` = 13 |
0.083
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:595 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1533 (getCriterionsWithIdGroupFromIdLinked)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2263 (getCriteriaFromEmplacement)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1644 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403503
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1685 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403024
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1699 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403056
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1714 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403063
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1752 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403151
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1753 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403152
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1757 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403156
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1765 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403164
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1766 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403165
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1791 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403190
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1855 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403254
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1878 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403278
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1889 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403285
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1897 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403293
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1898 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403294
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1921 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403367
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1927 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403373
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1929 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403375
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1930 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403376
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1932 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403378
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1939 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403385
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1940 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403386
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1947 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403393
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1949 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403395
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1951 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403397
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1983 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403429
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1984 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403430
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1988 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403434
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1989 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403435
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1996 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403442
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1998 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403444
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1999 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403445
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2005 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403451
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2006 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403452
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2007 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403453
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2011 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403457
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2014 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403460
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2018 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403464
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2020 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403466
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2024 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403470
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2025 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403471
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2027 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403473
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2029 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403475
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2081 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403793
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2082 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403766
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2083 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403767
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2084 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403794
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2104 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403801
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2185 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403932
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2191 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403938
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2194 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403941
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2200 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403947
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2201 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403948
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2202 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403949
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2206 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403953
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2208 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403955
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2211 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403958
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2214 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403961
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2216 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403963
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2217 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403964
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2219 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403966
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2222 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403969
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2223 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403970
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2224 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403971
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2246 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403993
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2266 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403533
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2267 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403534
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2269 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403535
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2270 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403544
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2271 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403536
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2272 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403545
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2274 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403547
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2276 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403549
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2279 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403552
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2280 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403553
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2281 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403554
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2282 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403555
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2299 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403572
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2300 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403573
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2306 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403629
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2307 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403630
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2343 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403666
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2371 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403694
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2377 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403700
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2399 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403721
AND agl.`id_lang` = 2 |
0.083
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `pr_lang` a
LEFT JOIN `pr_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:38 (require)
|
| 357 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pr_product` p LEFT JOIN `pr_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pr_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pr_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` = 10422 AND pa.`id_product` = 10422 AND pa.`id_product_attribute` = 4403520 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE *
FROM `pr_product_attribute_lang`
WHERE `id_product_attribute` = 4403489 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 10419 |
0.082
ms
|
247 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 10423
ORDER BY `position` |
0.082
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1321 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10423) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1675 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403046
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1678 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403048
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1681 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403050
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1683 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403051
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1732 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403081
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1734 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403133
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1739 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403138
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1741 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403140
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1743 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403142
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1754 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403153
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1758 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403157
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1760 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403159
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1763 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403162
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1768 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403167
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1771 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403170
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1776 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403175
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1798 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403197
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1820 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403219
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1827 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403226
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1841 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403240
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1879 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403279
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1882 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403280
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1883 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403272
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1884 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403281
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1885 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403273
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1890 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403286
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1919 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403365
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1922 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403368
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1923 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403369
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1924 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403370
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1925 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403371
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1926 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403372
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1933 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403379
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1934 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403380
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1935 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403381
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1938 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403384
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1941 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403387
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1942 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403388
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1950 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403396
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1952 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403398
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1953 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403399
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1960 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403406
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1961 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403407
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1963 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403409
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1964 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403410
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1965 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403411
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1968 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403414
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1978 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403424
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1980 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403426
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1981 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403427
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1985 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403431
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1990 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403436
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1992 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403438
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1993 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403439
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1994 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403440
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1995 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403441
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2009 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403455
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2012 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403458
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2019 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403465
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2021 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403467
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2022 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403468
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2023 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403469
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2026 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403472
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2028 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403474
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2186 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403933
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2188 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403935
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2189 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403936
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2196 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403943
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2198 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403945
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2199 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403946
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2209 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403956
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2212 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403959
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2213 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403960
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2215 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403962
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2225 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403972
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2226 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403973
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2227 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403974
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2239 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403986
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2240 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403987
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2241 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403988
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2242 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403989
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2243 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403990
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2245 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403992
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2249 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403996
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2251 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403998
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2268 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403543
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2283 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403556
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2284 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403557
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2285 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403558
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2286 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403559
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2287 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403560
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2290 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403563
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2293 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403566
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2294 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403567
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2295 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403568
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2296 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403569
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2301 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403624
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2308 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403631
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2322 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403645
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2323 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403646
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2324 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403647
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2331 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403654
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2334 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403657
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2348 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403671
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2349 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403672
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2354 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403677
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2355 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403678
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2356 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403679
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2357 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403680
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2360 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403683
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2362 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403685
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2363 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403686
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2364 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403687
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2367 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403690
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2373 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403696
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2378 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403701
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2393 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403715
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2394 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403716
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2395 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403717
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2396 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403718
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2405 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403727
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2406 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403728
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2419 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403741
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2426 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403748
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1881 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403271
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1928 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403374
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1962 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403408
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2197 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403944
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2207 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403954
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2234 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403981
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2328 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403651
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2375 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403698
AND agl.`id_lang` = 2 |
0.082
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE *
FROM `pr_axon_creator_related` bc
LEFT JOIN `pr_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumnProduct' LIMIT 1 |
0.081
ms
|
357 |
|
|
/modules/axoncreator/axoncreator.php:2009
/modules/axoncreator/axoncreator.php:1044 (getRelatedByKey)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1645 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403504
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1646 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403505
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1676 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403044
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1682 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403022
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1686 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403052
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1715 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403064
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1729 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403078
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1731 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403080
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1736 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403135
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1740 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403139
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1746 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403145
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1747 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403146
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1762 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403161
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1769 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403168
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1774 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403173
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1777 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403176
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1778 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403177
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1779 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403178
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1780 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403179
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1880 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403270
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1887 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403283
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1908 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403304
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1909 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403305
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1918 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403364
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1936 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403382
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1937 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403383
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1943 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403389
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1955 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403401
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1957 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403403
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1958 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403404
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1966 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403412
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1967 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403413
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1970 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403416
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1971 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403417
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1979 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403425
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1986 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403432
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2013 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403459
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2187 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403934
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2228 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403975
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2236 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403983
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2244 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403991
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2250 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403997
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2297 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403570
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2309 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403632
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2320 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403643
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2321 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403644
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2325 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403648
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2326 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403649
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2327 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403650
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2329 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403652
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2330 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403653
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2332 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403655
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2335 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403658
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2341 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403664
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2346 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403669
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2351 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403674
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2352 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403675
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2359 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403682
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2365 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403688
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2374 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403697
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2379 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403702
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2380 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403703
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2403 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403725
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2427 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403749
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE state FROM pr_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1585 |
SELECT SQL_NO_CACHE ac.`id_criterion`, ac.`id_criterion_group`, acg.`visible`,aclink.`id_criterion_linked`
FROM `pr_pm_advancedsearch_criterion_17` ac
JOIN `pr_pm_advancedsearch_criterion_17_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
LEFT JOIN `pr_pm_advancedsearch_criterion_group_17` acg ON (acg.`id_criterion_group` = ac.`id_criterion_group`)
WHERE acg.`criterion_group_type` = "category"
AND aclink.`id_criterion_linked` = 13 |
0.081
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:595 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1533 (getCriterionsWithIdGroupFromIdLinked)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2263 (getCriteriaFromEmplacement)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1745 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403144
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1748 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403147
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1751 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403150
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1761 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403160
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1767 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403166
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1785 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403184
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1813 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403212
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1891 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403287
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1915 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403361
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1916 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403362
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1944 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403390
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1969 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403415
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1991 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403437
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1997 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403443
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2237 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403984
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2336 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403659
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2338 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403661
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2342 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403665
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2345 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403668
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2350 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403673
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2353 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403676
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2358 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403681
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2387 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403710
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2392 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403714
AND agl.`id_lang` = 2 |
0.081
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1647 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403506
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1658 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403517
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1679 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403049
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1709 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403059
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1710 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403041
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1724 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403073
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1727 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403076
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1744 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403143
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1749 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403148
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1775 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403174
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1799 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403198
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1833 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403232
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1886 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403282
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1910 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403306
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1914 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403310
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1954 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403400
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2235 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10424
AND pac.`id_product_attribute` = 4403982
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2337 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403660
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2381 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403704
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2382 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403705
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2384 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403707
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2385 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403708
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2386 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403709
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2401 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403723
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2423 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403745
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM pr_shop s
LEFT JOIN pr_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.080
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:38 (require)
|
| 443 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE id_product = 10423 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1648 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403507
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1653 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403512
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1657 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403516
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1659 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403518
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1660 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403519
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1700 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403034
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1705 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403058
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1711 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403060
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1723 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403072
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1726 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403075
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1735 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403134
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1750 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403149
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1772 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403171
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1773 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403172
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1786 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403185
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1787 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403186
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1790 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403189
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1856 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403255
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1911 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403307
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1913 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403309
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2311 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403634
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2314 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403637
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2339 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403662
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2340 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403663
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2366 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403689
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2370 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403693
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2383 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403706
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2402 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403724
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2407 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403729
AND agl.`id_lang` = 2 |
0.080
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1649 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403508
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1650 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403509
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1651 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403510
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1702 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403057
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1704 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403037
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1721 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403070
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1725 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403074
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1794 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403193
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1802 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403201
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1803 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403202
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1806 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403205
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1811 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403210
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1816 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403215
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1828 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403227
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1843 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403242
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1848 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403247
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1850 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403249
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1857 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403256
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2409 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403731
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2410 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403732
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2413 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403735
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2414 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403736
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2415 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403737
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2424 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403746
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2428 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403750
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2429 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403751
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 287 |
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 `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_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` = 1534) |
0.079
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE *
FROM `pr_product_attribute_lang`
WHERE `id_product_attribute` = 4403999 |
0.079
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE *
FROM `pr_product_attribute_lang`
WHERE `id_product_attribute` = 4403752 |
0.079
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1568 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
0.079
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:538 (__construct)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2797 (getCategoryName)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3080 (getLocationName)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2880 (includeAssets)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1654 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403513
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1655 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403514
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1656 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 4403515
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1684 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403023
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1687 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403025
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1688 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403053
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1689 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403026
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1691 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403027
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1692 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403028
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1693 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403055
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1694 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403029
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1695 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403030
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1696 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403031
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1697 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403032
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1698 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403033
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1701 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403035
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1703 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403036
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1706 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403038
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1712 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403061
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1713 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403062
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1716 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403065
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1717 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403066
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1718 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403067
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1722 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403071
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1730 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403079
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1788 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403187
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1789 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403188
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1795 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403194
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1796 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403195
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1797 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403196
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1800 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403199
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1801 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403200
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1808 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403207
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1812 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403211
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1815 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403214
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1817 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403216
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1818 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403217
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1822 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403221
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1834 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403233
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1840 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403239
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1842 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403241
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1844 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403243
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1845 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403244
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1847 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403246
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1854 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403253
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1912 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 4403308
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2312 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403635
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2368 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403691
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2369 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403692
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2408 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403730
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2411 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403733
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2412 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403734
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2417 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403739
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2418 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403740
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2420 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403742
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2421 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403743
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2422 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403744
AND agl.`id_lang` = 2 |
0.079
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1719 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403068
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 4403497) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1579 |
SELECT SQL_NO_CACHE acg.*, acgl.*
FROM `pr_pm_advancedsearch_criterion_group_8` acg
LEFT JOIN `pr_pm_advancedsearch_criterion_group_8_lang` acgl ON (acg.`id_criterion_group` = acgl.`id_criterion_group` AND acgl.`id_lang` = 2 )
WHERE acg.`id_search` = 8
ORDER BY `position` |
0.078
ms
|
8 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/CriterionGroup.php:246 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2299 (getCriterionsGroupsFromIdSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1707 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403039
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1720 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403069
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1793 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403192
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1804 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403203
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1805 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403204
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1807 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403206
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1809 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403208
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1810 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403209
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1814 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403213
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1819 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403218
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1823 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403222
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1824 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403223
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1825 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403224
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1826 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403225
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1835 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403234
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1836 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403235
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1837 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403236
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1838 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403237
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1839 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403238
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1846 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403245
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1851 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403250
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1852 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403251
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1853 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403252
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1858 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403257
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1859 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403258
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1860 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403259
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2416 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10423
AND pac.`id_product_attribute` = 4403738
AND agl.`id_lang` = 2 |
0.078
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE id_product = 768 LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 768) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 497 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 10424
ORDER BY `position` |
0.077
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE *
FROM `pr_cms` a
LEFT JOIN `pr_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `pr_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
0.077
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/lgcookieslaw/lgcookieslaw.php:5115 (getCMSLink)
/modules/lgcookieslaw/lgcookieslaw.php:5559 (renderHook)
/classes/Hook.php:1083 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:87 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72d2cc1_54706661)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:79 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1690 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403054
AND agl.`id_lang` = 2 |
0.077
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1832 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pr_attribute` a
LEFT JOIN `pr_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `pr_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pr_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pr_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 `pr_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `pr_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 10419
AND pac.`id_product_attribute` = 4403231
AND agl.`id_lang` = 2 |
0.077
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:61 (jsonSerialize)
/modules/rcpgtagmanager/src/PSModule/Adapter/Product/AbstractProductAdapter.php:47 (normalizeObject)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:101 (normalizeProduct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 9 AND name = '_elementor_css_id_lang_2' LIMIT 1 |
0.077
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/core/files/css/post.php:122 (get_post_meta)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1051 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `pr_lang` l
JOIN pr_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/override/classes/Dispatcher.php:10 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
| 447 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 10423 AND id_shop=1 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE * FROM `pr_image_type` |
0.075
ms
|
18 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1587 |
SELECT SQL_NO_CACHE acg.*, acgl.*
FROM `pr_pm_advancedsearch_criterion_group_17` acg
LEFT JOIN `pr_pm_advancedsearch_criterion_group_17_lang` acgl ON (acg.`id_criterion_group` = acgl.`id_criterion_group` AND acgl.`id_lang` = 2 )
WHERE acg.`id_search` = 17
ORDER BY `position` |
0.074
ms
|
7 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/CriterionGroup.php:246 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2299 (getCriterionsGroupsFromIdSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "smartblog" LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/nrtmegamenu/nrtmegamenu.php:86 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 10424 AND id_shop=1 LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=6 |
0.073
ms
|
15 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_lang`
WHERE `id_search` = 7 |
0.072
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Search.php:122 (__construct)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:96 (__construct)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 10420 AND `id_group` = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 112 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE 1 FROM pr_cart_product cp INNER JOIN pr_product p
ON (p.id_product = cp.id_product) INNER JOIN pr_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/Cart.php:4256
/classes/Cart.php:4231 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/23/98/57/2398577f88398d4bea23add33c8b27d957944060_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72c4f21_96756889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9f/7b/bf/9f7bbf572c4857ea9d7e0df31f5b8e1b75a26723_2.file.head.tpl.php:319 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9f/7b/bf/9f7bbf572c4857ea9d7e0df31f5b8e1b75a26723_2.file.head.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72bf299_47408548)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:43 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:346 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pr_product` p LEFT JOIN `pr_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pr_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pr_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` = 10419 AND pa.`id_product` = 10419 AND pa.`id_product_attribute` = 4403260 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `pr_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.071
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:38 (require)
|
| 935 |
SELECT SQL_NO_CACHE tr.*
FROM `pr_tax_rule` tr
JOIN `pr_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('86-300' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '86-300')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.071
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/tax/Tax.php:186 (getTaxCalculator)
/classes/Product.php:2778 (getProductEcotaxRate)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 62 LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `pr_lgcookieslaw_cookie` a
LEFT JOIN `pr_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 2)
WHERE (a.`id_lgcookieslaw_purpose` = 1) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
0.070
ms
|
21 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:814
/modules/lgcookieslaw/lgcookieslaw.php:5099 (getCookiesByPurpose)
/modules/lgcookieslaw/lgcookieslaw.php:5559 (renderHook)
/classes/Hook.php:1083 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:87 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72d2cc1_54706661)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:79 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10422
AND image_shop.`cover` = 1 LIMIT 1 |
0.070
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 322 |
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 `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_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` = 2032) |
0.069
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 10421 AND id_shop=1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 767
AND image_shop.`cover` = 1 LIMIT 1 |
0.069
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE a.*, b.`name`, b.`description`
FROM `pr_lgcookieslaw_purpose` a
LEFT JOIN `pr_lgcookieslaw_purpose_lang` `b` ON (b.`id_lgcookieslaw_purpose` = a.`id_lgcookieslaw_purpose` AND b.`id_lang` = 2)
WHERE (a.`id_shop` = 1) AND (a.`active` = 1) |
0.069
ms
|
5 |
|
|
/modules/lgcookieslaw/classes/LGCookiesLawPurpose.php:354
/modules/lgcookieslaw/lgcookieslaw.php:5090 (getPurposes)
/modules/lgcookieslaw/lgcookieslaw.php:5559 (renderHook)
/classes/Hook.php:1083 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:87 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72d2cc1_54706661)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:79 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=8 |
0.068
ms
|
26 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 10423 AND `id_group` = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE * FROM `pr_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.068
ms
|
18 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1617 (getNoPictureImage)
/classes/controller/FrontController.php:1743 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/override/classes/controller/FrontController.php:6 (assignGeneralPurposeVariables)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 112 LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1861 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 112) AND (b.`id_shop` = 1) LIMIT 1 |
0.068
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:39 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.067
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:1118 (__construct)
/classes/Category.php:1574 (getRootCategory)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:72 (initModel)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:125 (buildCategoryModel)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:109 (getCategoryData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:69 (getPageData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:59 (setContextData)
/modules/rcpgtagmanager/src/PSModule/ModuleServiceFactoryPS8.php:76 (__construct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:62 (getContextService)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:44 (getConfiguration)
/modules/rcpgtagmanager/rcpgtagmanager.php:197 (exec)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE `id_category`
FROM `pr_category_shop`
WHERE `id_category` = 13
AND `id_shop` = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:133 (existsInShop)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 313 |
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 `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_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` = 2031) |
0.067
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pr_specific_price_priority`
WHERE `id_product` = 10424
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2430 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 112) AND (b.`id_shop` = 1) LIMIT 1 |
0.067
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:39 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2431 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2)
WHERE `level_depth` = 1 |
0.067
ms
|
159 |
|
|
/classes/Category.php:2242
/classes/Category.php:1114 (getCategoriesWithoutParent)
/classes/Category.php:1574 (getRootCategory)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=1 |
0.066
ms
|
19 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2031
AND image_shop.`cover` = 1 LIMIT 1 |
0.066
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2032
AND image_shop.`cover` = 1 LIMIT 1 |
0.066
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 331 |
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 `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_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` = 2049) |
0.066
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 492 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 10420 |
0.066
ms
|
229 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM pr_category_group ctg
WHERE ctg.`id_category` = 13 AND ctg.`id_group` = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/Category.php:1754
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3364 (checkAccess)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:78 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 113) AND (b.`id_shop` = 1) LIMIT 1 |
0.065
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pr_specific_price_priority`
WHERE `id_product` = 10421
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pr_specific_price_priority`
WHERE `id_product` = 10423
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 270 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 768 AND id_shop=1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=7 |
0.064
ms
|
25 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2049
AND image_shop.`cover` = 1 LIMIT 1 |
0.064
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 498 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 10424 |
0.064
ms
|
247 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1593 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch` a
LEFT JOIN `pr_pm_advancedsearch_shop` `c` ON a.`id_search` = c.`id_search` AND c.`id_shop` = 1
WHERE (a.`id_search` = 7) LIMIT 1 |
0.064
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Search.php:122 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2245 (__construct)
/var/cache/dev/smarty/compile/akira/ab/8f/f6/ab8ff67c388767abe1b571ae99b08eaff2dc0339_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9df18e259_69824310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2893 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM pr_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:303 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:38 (require)
|
| 501 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 10423 |
0.063
ms
|
229 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1455 |
SELECT SQL_NO_CACHE tr.*
FROM `pr_tax_rule` tr
JOIN `pr_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('86-300' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '86-300')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.063
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/tax/Tax.php:186 (getTaxCalculator)
/classes/Product.php:2778 (getProductEcotaxRate)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=9 |
0.062
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1661 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 270) AND (b.`id_shop` = 1) LIMIT 1 |
0.062
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:39 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=7 |
0.061
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=5 |
0.061
ms
|
20 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE *
FROM `pr_product_attribute` a
LEFT JOIN `pr_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4403260) LIMIT 1 |
0.061
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE *
FROM `pr_product_attribute` a
LEFT JOIN `pr_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4403520) LIMIT 1 |
0.061
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1041 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pr_hook_alias` |
0.060
ms
|
88 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/src/Adapter/HookManager.php:81 (exec)
/src/Adapter/Presenter/Product/ProductLazyArray.php:515 (exec)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=8 |
0.060
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=4 |
0.060
ms
|
14 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=18 |
0.060
ms
|
9 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE *
FROM `pr_product_lang`
WHERE `id_product` = 10422 AND `id_shop` = 1 |
0.060
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10420
AND image_shop.`cover` = 1 LIMIT 1 |
0.059
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pr_product_attribute_image` pai
LEFT JOIN `pr_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pr_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (4403490, 4403491, 4403492, 4403493, 4403494, 4403495, 4403496, 4403497) AND il.`id_lang` = 2 ORDER by i.`position` |
0.059
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=9 |
0.059
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pr_orders` o
LEFT JOIN `pr_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 0 LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:450 (getDiscountsCustomer)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/23/98/57/2398577f88398d4bea23add33c8b27d957944060_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72c4f21_96756889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9f/7b/bf/9f7bbf572c4857ea9d7e0df31f5b8e1b75a26723_2.file.head.tpl.php:319 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/9f/7b/bf/9f7bbf572c4857ea9d7e0df31f5b8e1b75a26723_2.file.head.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72bf299_47408548)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:43 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:346 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1618 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) AND (b.`id_shop` = 1) LIMIT 1 |
0.059
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:39 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2449 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) AND (b.`id_shop` = 1) LIMIT 1 |
0.059
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:39 (__construct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 10424 AND `id_group` = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `pr_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.058
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:38 (require)
|
| 220 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=8 |
0.058
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=18 |
0.058
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10419
AND image_shop.`cover` = 1 LIMIT 1 |
0.058
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 519 |
SELECT SQL_NO_CACHE a.*, b.`name`, b.`description`
FROM `pr_lgcookieslaw_purpose` a
LEFT JOIN `pr_lgcookieslaw_purpose_lang` `b` ON (b.`id_lgcookieslaw_purpose` = a.`id_lgcookieslaw_purpose` AND b.`id_lang` = 2)
WHERE (a.`id_shop` = 1) AND (a.`active` = 1) |
0.058
ms
|
5 |
|
|
/modules/lgcookieslaw/classes/LGCookiesLawPurpose.php:354
/modules/lgcookieslaw/lgcookieslaw.php:5401 (getPurposes)
/modules/lgcookieslaw/lgcookieslaw.php:5342 (getConsentModeContent)
/modules/lgcookieslaw/lgcookieslaw.php:5136 (getViewHeaderContent)
/modules/lgcookieslaw/lgcookieslaw.php:5559 (renderHook)
/classes/Hook.php:1083 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:87 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72d2cc1_54706661)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:79 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=9 |
0.057
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=2 |
0.057
ms
|
3 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 140) AND (b.`id_shop` = 1) LIMIT 1 |
0.056
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=9 |
0.056
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=8 |
0.056
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=3 |
0.056
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1038 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403489) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 |
0.055
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/axoncreator/includes/managers/widgets.php:120 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=8 |
0.055
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=8 |
0.055
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=7 |
0.055
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=6 |
0.055
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=5 |
0.055
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=4 |
0.055
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=2 |
0.055
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1053 |
SELECT SQL_NO_CACHE *
FROM `pr_product_lang`
WHERE `id_product` = 10421 AND `id_shop` = 1 |
0.055
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "nrtshoppingcart" LIMIT 1 |
0.055
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/axoncreator/includes/managers/widgets.php:120 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=8 |
0.055
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=3 |
0.055
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=18 |
0.055
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=7 |
0.054
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=7 |
0.054
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=7 |
0.054
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=5 |
0.054
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=5 |
0.054
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=4 |
0.054
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=2 |
0.054
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1071 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403753) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=6 |
0.054
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=3 |
0.054
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 767 |
0.054
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403498) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=7 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=5 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=5 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 768 AND `id_group` = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
0.053
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=6 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=6 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=6 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=6 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=5 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=4 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=4 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=4 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=4 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=3 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=3 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=3 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=3 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=2 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=2 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=2 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=18 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=18 |
0.053
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 806 |
SELECT SQL_NO_CACHE *
FROM `pr_product_lang`
WHERE `id_product` = 10420 AND `id_shop` = 1 |
0.053
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=18 |
0.052
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE *
FROM `pr_country_lang`
WHERE `id_country` = 14 |
0.052
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/override/classes/controller/FrontController.php:6 (assignGeneralPurposeVariables)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=2 |
0.052
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=18 |
0.052
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 809 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403261) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1068 |
SELECT SQL_NO_CACHE *
FROM `pr_product_lang`
WHERE `id_product` = 10424 AND `id_shop` = 1 |
0.052
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1607 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.052
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:1118 (__construct)
/classes/Category.php:1574 (getRootCategory)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2432 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.052
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:1118 (__construct)
/classes/Category.php:1574 (getRootCategory)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE *
FROM `pr_currency` a
LEFT JOIN `pr_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `pr_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.051
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
0.051
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/axoncreator/includes/managers/widgets.php:132 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE tr.*
FROM `pr_tax_rule` tr
JOIN `pr_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('86-300' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '86-300')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.051
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5737 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403524) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.051
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pr_hook_alias` |
0.050
ms
|
88 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:10 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
| 51 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 142) AND (b.`id_shop` = 1) LIMIT 1 |
0.050
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE *
FROM `pr_country` a
LEFT JOIN `pr_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.050
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/override/classes/controller/FrontController.php:6 (assignGeneralPurposeVariables)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `pr_lgcookieslaw_cookie` a
LEFT JOIN `pr_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 2)
WHERE (a.`id_lgcookieslaw_purpose` = 2) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
0.050
ms
|
21 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:814
/modules/lgcookieslaw/lgcookieslaw.php:5099 (getCookiesByPurpose)
/modules/lgcookieslaw/lgcookieslaw.php:5559 (renderHook)
/classes/Hook.php:1083 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:87 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72d2cc1_54706661)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:79 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 10421 AND `id_group` = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403082) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.050
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1032 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403483) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.050
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1056 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 4403490) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.050
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE *
FROM `pr_product_lang`
WHERE `id_product` = 10419 AND `id_shop` = 1 |
0.049
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 143) AND (b.`id_shop` = 1) LIMIT 1 |
0.049
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1572 |
SELECT SQL_NO_CACHE acg.*, acgl.*
FROM `pr_pm_advancedsearch_criterion_group_7` acg
LEFT JOIN `pr_pm_advancedsearch_criterion_group_7_lang` acgl ON (acg.`id_criterion_group` = acgl.`id_criterion_group` AND acgl.`id_lang` = 2 )
WHERE acg.`id_criterion_group` IN (3)
ORDER BY `position` |
0.049
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/CriterionGroup.php:272 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2379 (getCriterionsGroup)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `pr_currency` c
LEFT JOIN pr_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.048
ms
|
2 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/modules/axoncreator/axoncreator.php:2079 (isMultiCurrencyActivated)
/modules/axoncreator/axoncreator.php:919 (getListCurrencies)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.048
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/controller/FrontController.php:1659 (isEnabled)
/classes/controller/FrontController.php:1803 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/override/classes/controller/FrontController.php:6 (assignGeneralPurposeVariables)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE * FROM `pr_nrt_wishlist_product` WHERE `id_customer` = 0 AND `id_shop` = 1 |
0.048
ms
|
77 |
|
|
/modules/nrtwishlist/src/NrtWishlistProduct.php:65
/modules/nrtwishlist/nrtwishlist.php:104 (getWishlistProductsIds)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE * FROM `pr_nrt_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.047
ms
|
1 |
Yes
|
Yes
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3818
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2745 (get_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3178 (StandardFont)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2966 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3211 (_prepHook)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/axoncreator/includes/managers/widgets.php:128 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403014) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1557 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pr_hook_alias` |
0.047
ms
|
88 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/src/Adapter/HookManager.php:81 (exec)
/src/Adapter/Presenter/Product/ProductLazyArray.php:515 (exec)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2043 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403489) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:147 (getQuantityAvailableByProduct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:124 (getIsAvailable)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE * FROM `pr_currency` c ORDER BY `iso_code` ASC |
0.046
ms
|
2 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE *
FROM `pr_category` a
LEFT JOIN `pr_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) LIMIT 1 |
0.046
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1439 (__construct)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2795 (getCurrentCategory)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3080 (getLocationName)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3035 (includeAssets)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "nrtcompare" LIMIT 1 |
0.046
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/axoncreator/includes/managers/widgets.php:124 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.046
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/axoncreator/includes/managers/widgets.php:140 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE value FROM pr_axon_creator_meta WHERE id = 10 AND name = '_elementor_css_id_lang_2' LIMIT 1 |
0.046
ms
|
400 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1151
/modules/axoncreator/core/files/css/post.php:122 (get_post_meta)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1058 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2445 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pr_hook_alias` |
0.046
ms
|
88 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Product.php:4025 (exec)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 74 AND `id_shop` = 1 LIMIT 1 |
0.045
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/axoncreator/includes/managers/widgets.php:124 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "nrtwishlist" LIMIT 1 |
0.045
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/axoncreator/includes/managers/widgets.php:128 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 767) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.045
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2442 |
SELECT SQL_NO_CACHE tr.*
FROM `pr_tax_rule` tr
JOIN `pr_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('86-300' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '86-300')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.045
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 10422 |
0.045
ms
|
23 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403999) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.045
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:147 (getQuantityAvailableByProduct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:124 (getIsAvailable)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE name, alias FROM `pr_hook_alias` |
0.044
ms
|
88 |
|
|
/classes/Hook.php:342
/classes/Hook.php:157 (getCanonicalHookNames)
/classes/Hook.php:366 (normalizeHookName)
/classes/Hook.php:389 (getAllKnownNames)
/classes/Hook.php:980 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:10 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:39 (getInstance)
|
| 124 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "nrtmegamenu" LIMIT 1 |
0.044
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/axoncreator/includes/managers/widgets.php:136 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1 |
0.044
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/axoncreator/includes/managers/widgets.php:136 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403520) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.044
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1322 |
SELECT SQL_NO_CACHE *
FROM `pr_product_lang`
WHERE `id_product` = 10423 AND `id_shop` = 1 |
0.044
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.044
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/axoncreator/includes/managers/widgets.php:132 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pr_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 132 LIMIT 1 |
0.044
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5669 (getLinkRewrite)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403260) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.044
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 2031 |
0.044
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1865 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403260) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:147 (getQuantityAvailableByProduct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:124 (getIsAvailable)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1580 |
SELECT SQL_NO_CACHE acg.*, acgl.*
FROM `pr_pm_advancedsearch_criterion_group_8` acg
LEFT JOIN `pr_pm_advancedsearch_criterion_group_8_lang` acgl ON (acg.`id_criterion_group` = acgl.`id_criterion_group` AND acgl.`id_lang` = 2 )
WHERE acg.`id_criterion_group` IN (3)
ORDER BY `position` |
0.043
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/CriterionGroup.php:272 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2379 (getCriterionsGroup)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1588 |
SELECT SQL_NO_CACHE acg.*, acgl.*
FROM `pr_pm_advancedsearch_criterion_group_17` acg
LEFT JOIN `pr_pm_advancedsearch_criterion_group_17_lang` acgl ON (acg.`id_criterion_group` = acgl.`id_criterion_group` AND acgl.`id_lang` = 2 )
WHERE acg.`id_criterion_group` IN (3)
ORDER BY `position` |
0.043
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/CriterionGroup.php:272 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2379 (getCriterionsGroup)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.042
ms
|
3270 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 2032 |
0.042
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 2049 |
0.042
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `pr_lgcookieslaw_cookie` a
LEFT JOIN `pr_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 2)
WHERE (a.`id_lgcookieslaw_purpose` = 3) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
0.042
ms
|
21 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:814
/modules/lgcookieslaw/lgcookieslaw.php:5099 (getCookiesByPurpose)
/modules/lgcookieslaw/lgcookieslaw.php:5559 (renderHook)
/classes/Hook.php:1083 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:87 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72d2cc1_54706661)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:79 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1574 |
SELECT SQL_NO_CACHE aclist.`id_criterion_parent`, aclist.`id_criterion`
FROM `pr_pm_advancedsearch_criterion_7` ac
JOIN `pr_pm_advancedsearch_criterion_7_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`is_custom`=1 |
0.042
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Criterion.php:328 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:839 (getCustomCriterionsLinkIds)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1673 (makeLeftJoinWhereCriterion)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2462 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1595 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch` a
LEFT JOIN `pr_pm_advancedsearch_shop` `c` ON a.`id_search` = c.`id_search` AND c.`id_shop` = 1
WHERE (a.`id_search` = 8) LIMIT 1 |
0.042
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Search.php:122 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2245 (__construct)
/var/cache/dev/smarty/compile/akira/ab/8f/f6/ab8ff67c388767abe1b571ae99b08eaff2dc0339_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9df18e259_69824310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2893 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE *
FROM `pr_currency` a
LEFT JOIN `pr_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `pr_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.041
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "revsliderprestashop" LIMIT 1 |
0.041
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/axoncreator/includes/managers/widgets.php:140 (isEnabled)
/modules/axoncreator/includes/managers/widgets.php:303 (init_widgets)
/modules/axoncreator/includes/elements/column.php:1026 (get_widget_types)
/modules/axoncreator/includes/base/element-base.php:911 (_get_default_child_type)
/modules/axoncreator/includes/base/element-base.php:356 (get_child_type)
/modules/axoncreator/includes/base/element-base.php:956 (add_child)
/modules/axoncreator/includes/base/element-base.php:316 (init_children)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:124 (get_children)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:125 (render_styles)
/modules/axoncreator/core/files/css/post.php:304 (add_controls_stack_style_rules)
/modules/axoncreator/core/files/css/post.php:190 (render_styles)
/modules/axoncreator/core/files/css/base.php:634 (render_css)
/modules/axoncreator/core/files/base.php:152 (parse_content)
/modules/axoncreator/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/axoncreator/core/files/css/base.php:217 (get_meta)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/core/dynamic-tags/manager.php:434 (enqueue)
:undefined (after_enqueue_post_css)
/modules/axoncreator/src/Wp_Helper.php:868 (call_user_func_array)
/modules/axoncreator/core/files/css/base.php:281 (do_action)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:812 (enqueue)
/modules/axoncreator/axoncreator.php:1015 (parse_post_css_code)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 516 |
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `pr_lgcookieslaw_cookie` a
LEFT JOIN `pr_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 2)
WHERE (a.`id_lgcookieslaw_purpose` = 4) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
0.041
ms
|
21 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:814
/modules/lgcookieslaw/lgcookieslaw.php:5099 (getCookiesByPurpose)
/modules/lgcookieslaw/lgcookieslaw.php:5559 (renderHook)
/classes/Hook.php:1083 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:87 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72d2cc1_54706661)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:79 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403049) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.041
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1582 |
SELECT SQL_NO_CACHE aclist.`id_criterion_parent`, aclist.`id_criterion`
FROM `pr_pm_advancedsearch_criterion_8` ac
JOIN `pr_pm_advancedsearch_criterion_8_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`is_custom`=1 |
0.041
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Criterion.php:328 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:839 (getCustomCriterionsLinkIds)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1673 (makeLeftJoinWhereCriterion)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2462 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2056 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 4403497) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.041
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:147 (getQuantityAvailableByProduct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:124 (getIsAvailable)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1590 |
SELECT SQL_NO_CACHE aclist.`id_criterion_parent`, aclist.`id_criterion`
FROM `pr_pm_advancedsearch_criterion_17` ac
JOIN `pr_pm_advancedsearch_criterion_17_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`is_custom`=1 |
0.040
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Criterion.php:328 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:839 (getCustomCriterionsLinkIds)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1673 (makeLeftJoinWhereCriterion)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2462 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 1534) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.040
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pr_product_attribute` pa
INNER JOIN pr_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` = 4403520 LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1006 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403457) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1045 |
SELECT SQL_NO_CACHE name, alias FROM `pr_hook_alias` |
0.039
ms
|
88 |
|
|
/classes/Hook.php:342
/classes/Hook.php:157 (getCanonicalHookNames)
/classes/Hook.php:366 (normalizeHookName)
/classes/Hook.php:389 (getAllKnownNames)
/classes/Hook.php:980 (isHookCallableOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE *
FROM `pr_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1 |
0.039
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1439 (__construct)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2795 (getCurrentCategory)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3080 (getLocationName)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3035 (includeAssets)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403752) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:147 (getQuantityAvailableByProduct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:124 (getIsAvailable)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `pr_lgcookieslaw_cookie` a
LEFT JOIN `pr_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 2)
WHERE (a.`id_lgcookieslaw_purpose` = 5) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
0.038
ms
|
21 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:814
/modules/lgcookieslaw/lgcookieslaw.php:5099 (getCookiesByPurpose)
/modules/lgcookieslaw/lgcookieslaw.php:5559 (renderHook)
/classes/Hook.php:1083 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:87 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/90/43/aa/9043aa1060c8e4372792bc4c8f2b67d07b9689ca_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72d2cc1_54706661)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:79 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 1534) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:147 (getQuantityAvailableByProduct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:124 (getIsAvailable)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/nrtmegamenu/nrtmegamenu.php:86 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pr_product_attribute` pa
INNER JOIN pr_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` = 4403489 LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1573 |
SELECT SQL_NO_CACHE ac.`id_criterion`, acl.`value`, ac.`visible`
FROM `pr_pm_advancedsearch_criterion_7` ac
LEFT JOIN `pr_pm_advancedsearch_criterion_7_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)
WHERE ac.`id_criterion` = 17 LIMIT 1 |
0.038
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/Models/Criterion.php:245 (row)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2395 (getCriterionValueById)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2453 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 768) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:147 (getQuantityAvailableByProduct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:124 (getIsAvailable)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 768 |
0.037
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE format
FROM `pr_address_format`
WHERE `id_country` = 14 LIMIT 1 |
0.037
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:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/override/classes/controller/FrontController.php:6 (assignGeneralPurposeVariables)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 13 LIMIT 1 |
0.037
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:72 (initModel)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:125 (buildCategoryModel)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:109 (getCategoryData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:69 (getPageData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:59 (setContextData)
/modules/rcpgtagmanager/src/PSModule/ModuleServiceFactoryPS8.php:76 (__construct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:62 (getContextService)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:44 (getConfiguration)
/modules/rcpgtagmanager/rcpgtagmanager.php:197 (exec)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.037
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pr_product_attribute` pa
INNER JOIN pr_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` = 4403260 LIMIT 1 |
0.037
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1597 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch` a
LEFT JOIN `pr_pm_advancedsearch_shop` `c` ON a.`id_search` = c.`id_search` AND c.`id_shop` = 1
WHERE (a.`id_search` = 17) LIMIT 1 |
0.037
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Search.php:122 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2245 (__construct)
/var/cache/dev/smarty/compile/akira/ab/8f/f6/ab8ff67c388767abe1b571ae99b08eaff2dc0339_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9df18e259_69824310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2893 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403520) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.037
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:147 (getQuantityAvailableByProduct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:124 (getIsAvailable)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE *
FROM `pr_currency` a
LEFT JOIN `pr_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.036
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:696 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=10 |
0.036
ms
|
70 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE id_product = 0 LIMIT 1 |
0.036
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1044 |
SELECT SQL_NO_CACHE * FROM `pr_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.036
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 767) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.036
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:147 (getQuantityAvailableByProduct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:124 (getIsAvailable)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 2031) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.036
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:147 (getQuantityAvailableByProduct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:124 (getIsAvailable)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "jprestaspeedpack" LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/config/smartyfront.config.inc.php:58 (isEnabled)
/config/smarty.config.inc.php:59 (require_once)
/config/config.inc.php:245 (require_once)
/index.php:38 (require)
|
| 22 |
SELECT SQL_NO_CACHE * FROM `pr_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.035
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:39 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE value FROM `pr_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Currency.php:968 (isFeatureActive)
/classes/Currency.php:890 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE *
FROM `pr_group` a
LEFT JOIN `pr_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.035
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM pr_required_field |
0.035
ms
|
1 |
|
|
/classes/ObjectModel.php:1595
/classes/ObjectModel.php:1627 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1558 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/override/classes/controller/FrontController.php:6 (assignGeneralPurposeVariables)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE *
FROM `pr_product_attribute_lang`
WHERE `id_product_attribute` = 4403520 |
0.035
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 520 |
SELECT SQL_NO_CACHE `sale_nbr` FROM pr_product_sale WHERE `id_product` = 1534 LIMIT 1 |
0.035
ms
|
0 |
|
|
/classes/ProductSale.php:259
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:141 (getNbrSales)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 913 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403365) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1594 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_lang`
WHERE `id_search` = 7 |
0.035
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Search.php:122 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2245 (__construct)
/var/cache/dev/smarty/compile/akira/ab/8f/f6/ab8ff67c388767abe1b571ae99b08eaff2dc0339_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9df18e259_69824310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2893 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2450 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 62 LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE id_product = 10422 LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 2031) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE id_product = 10419 LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 10421 |
0.034
ms
|
8 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1042 |
SELECT SQL_NO_CACHE `sale_nbr` FROM pr_product_sale WHERE `id_product` = 10420 LIMIT 1 |
0.034
ms
|
0 |
|
|
/classes/ProductSale.php:259
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:141 (getNbrSales)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1057 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 4403491) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1589 |
SELECT SQL_NO_CACHE ac.`id_criterion`, acl.`value`, ac.`visible`
FROM `pr_pm_advancedsearch_criterion_17` ac
LEFT JOIN `pr_pm_advancedsearch_criterion_17_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)
WHERE ac.`id_criterion` = 17 LIMIT 1 |
0.034
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/Models/Criterion.php:245 (row)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2395 (getCriterionValueById)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1619 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 62 LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 2032) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:147 (getQuantityAvailableByProduct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:124 (getIsAvailable)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 2049) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:147 (getQuantityAvailableByProduct)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:124 (getIsAvailable)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=1 |
0.034
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE *
FROM `pr_product_attribute_lang`
WHERE `id_product_attribute` = 4403260 |
0.034
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE id_product = 10420 LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1072 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403754) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1862 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 112 LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE id_product = 767 LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1578 |
SELECT SQL_NO_CACHE `criterion_group_type`, `display_type`, `range`, `id_criterion_group_linked`, `sort_by`, `sort_way`, `is_combined`, `is_multicriteria`, `visible`
FROM `pr_pm_advancedsearch_criterion_group_8`
WHERE `id_criterion_group` = 3 LIMIT 1 |
0.033
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2089 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2097 (getCriterionGroupTypeAndDisplay)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2292 (getCriterionGroupsTypeAndDisplay)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1581 |
SELECT SQL_NO_CACHE ac.`id_criterion`, acl.`value`, ac.`visible`
FROM `pr_pm_advancedsearch_criterion_8` ac
LEFT JOIN `pr_pm_advancedsearch_criterion_8_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)
WHERE ac.`id_criterion` = 17 LIMIT 1 |
0.033
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/Models/Criterion.php:245 (row)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2395 (getCriterionValueById)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pr_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 62 LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5669 (getLinkRewrite)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 2032) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pr_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 270 LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5669 (getLinkRewrite)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1586 |
SELECT SQL_NO_CACHE `criterion_group_type`, `display_type`, `range`, `id_criterion_group_linked`, `sort_by`, `sort_way`, `is_combined`, `is_multicriteria`, `visible`
FROM `pr_pm_advancedsearch_criterion_group_17`
WHERE `id_criterion_group` = 3 LIMIT 1 |
0.033
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2089 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2097 (getCriterionGroupTypeAndDisplay)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2292 (getCriterionGroupsTypeAndDisplay)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1662 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 270 LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE *
FROM `pr_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.032
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 2049) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.032
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=16 |
0.032
ms
|
39 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pr_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 270 LIMIT 1 |
0.032
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE `sale_nbr` FROM pr_product_sale WHERE `id_product` = 10422 LIMIT 1 |
0.032
ms
|
0 |
|
|
/classes/ProductSale.php:259
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:141 (getNbrSales)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1099 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403781) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.032
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1570 |
SELECT SQL_NO_CACHE `criterion_group_type`, `display_type`, `range`, `id_criterion_group_linked`, `sort_by`, `sort_way`, `is_combined`, `is_multicriteria`, `visible`
FROM `pr_pm_advancedsearch_criterion_group_7`
WHERE `id_criterion_group` = 3 LIMIT 1 |
0.032
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2089 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2097 (getCriterionGroupTypeAndDisplay)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2292 (getCriterionGroupsTypeAndDisplay)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2881 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2457 |
SELECT SQL_NO_CACHE name, alias FROM `pr_hook_alias` |
0.032
ms
|
88 |
|
|
/classes/Hook.php:342
/classes/Hook.php:157 (getCanonicalHookNames)
/classes/Hook.php:366 (normalizeHookName)
/classes/Hook.php:389 (getAllKnownNames)
/classes/Hook.php:980 (isHookCallableOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:415 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `pr_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:38 (require)
|
| 54 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.031
ms
|
0 |
|
|
/classes/module/Module.php:2137
/classes/controller/FrontController.php:1659 (isEnabled)
/classes/controller/FrontController.php:1803 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/override/classes/controller/FrontController.php:6 (assignGeneralPurposeVariables)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE id_product = 2031 LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 132 LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE id_product = 2032 LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pr_specific_price_priority`
WHERE `id_product` = 10422
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 10419 AND id_shop=1 LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1046 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "nrtwishlist" LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403848) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1561 |
SELECT SQL_NO_CACHE name, alias FROM `pr_hook_alias` |
0.031
ms
|
88 |
|
|
/classes/Hook.php:342
/classes/Hook.php:157 (getCanonicalHookNames)
/classes/Hook.php:366 (normalizeHookName)
/classes/Hook.php:389 (getAllKnownNames)
/classes/Hook.php:980 (isHookCallableOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1608 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 132 LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2433 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pr_category` c
LEFT JOIN `pr_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 112 LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE `id_lang` FROM `pr_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=10 |
0.030
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 132 LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 132 LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
0.030
ms
|
2 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:368 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE `from` BETWEEN '2026-06-25 00:00:00' AND '2026-06-25 23:59:59' LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1033 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403484) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1096 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403778) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403819) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403847) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1326 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403525) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2044 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 10420 AND id_shop=1 LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pr_country`
WHERE `id_country` = 14 LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/override/classes/controller/FrontController.php:6 (assignGeneralPurposeVariables)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE id_product = 2049 LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1034 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403485) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE *
FROM `pr_tax_lang`
WHERE `id_tax` = 1 |
0.029
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pr_specific_price_priority`
WHERE `id_product` = 10419
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE `sale_nbr` FROM pr_product_sale WHERE `id_product` = 2049 LIMIT 1 |
0.029
ms
|
0 |
|
|
/classes/ProductSale.php:259
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:141 (getNbrSales)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403499) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 936 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403387) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1058 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 4403492) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1073 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403755) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403779) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1120 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403802) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1123 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403805) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403811) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403816) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1135 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403817) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403820) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1141 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403823) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403824) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403827) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403828) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403831) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403832) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403836) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403839) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1161 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403843) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403846) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2057 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 10421 AND id_shop=1 LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=17 |
0.029
ms
|
12 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 10422 AND id_shop=1 LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pr_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 112 LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5669 (getLinkRewrite)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1007 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403458) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403808) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1130 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403812) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403822) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403825) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403826) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403829) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403830) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403833) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403834) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403838) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403842) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1162 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403844) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1163 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403845) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "onepagecheckoutps" LIMIT 1 |
0.028
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:70 (isEnabled)
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:39 (detectByController)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:175 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:164 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:71 (getModuleData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:59 (setContextData)
/modules/rcpgtagmanager/src/PSModule/ModuleServiceFactoryPS8.php:76 (__construct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:62 (getContextService)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:44 (getConfiguration)
/modules/rcpgtagmanager/rcpgtagmanager.php:197 (exec)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE `config`
FROM pr_nrt_themect_page_config
WHERE `page_id` = 13
AND `page_type` = '" . pSQL($page_type) . "' LIMIT 1 |
0.028
ms
|
0 |
|
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3570
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2886 (_getThemeCtPageConfig)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3108 (_getPageConfigOnFront)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2966 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3211 (_prepHook)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=1 |
0.028
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE `name`
FROM `pr_manufacturer`
WHERE `id_manufacturer` = 41
AND `active` = 1 LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5680 (getNameById)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE `sale_nbr` FROM pr_product_sale WHERE `id_product` = 2032 LIMIT 1 |
0.028
ms
|
0 |
|
|
/classes/ProductSale.php:259
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:141 (getNbrSales)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403015) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1031 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403482) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1059 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 4403493) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1062 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 4403496) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 4403497) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1074 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403756) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1083 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403765) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1091 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403773) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1094 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403776) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1100 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403782) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403788) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403789) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1112 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403794) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403795) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403797) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1116 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403798) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403799) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1118 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403800) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1119 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403801) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403803) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403804) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1124 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403806) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1125 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403807) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1128 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403810) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403835) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403840) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2253 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 10424 AND id_shop=1 LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE * FROM `pr_nrt_custom_fonts` WHERE `active` = 1 |
0.028
ms
|
1 |
|
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3810
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2984 (get_css_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3211 (_prepHook)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=9 |
0.028
ms
|
18 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pr_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 112 LIMIT 1 |
0.028
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:163 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 810 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403262) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1047 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1060 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 4403494) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1061 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 4403495) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1092 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403774) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403786) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403787) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403790) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403796) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403809) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1131 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403813) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403814) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403815) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403818) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403821) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1155 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403837) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1159 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403841) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1666 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 10422 AND id_shop=1 LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "bvkseodispatcher" LIMIT 1 |
0.027
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:227 (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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:39 (dispatch)
|
| 912 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403364) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1008 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403459) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1009 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403460) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403467) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1027 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403478) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1029 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403480) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1048 |
SELECT SQL_NO_CACHE id_shop
FROM `pr_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/classes/Group.php:400 (isAssociatedToShop)
/classes/module/Module.php:2226 (getCurrent)
/modules/nrtwishlist/nrtwishlist.php:138 (getCacheId)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1077 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403759) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1085 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403767) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1087 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403769) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1089 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403771) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1103 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403785) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1110 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403792) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=14 |
0.027
ms
|
9 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=10 |
0.027
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 1534 AND id_shop=1 LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 112 LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pr_specific_price_priority`
WHERE `id_product` = 10420
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403289) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1010 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403461) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1011 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403462) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1012 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403463) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1013 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403464) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1014 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403465) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1015 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403466) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1017 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403468) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1018 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403469) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1020 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403471) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1023 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403474) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1024 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403475) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1026 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403477) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1028 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403479) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1030 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403481) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1035 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403486) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1036 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403487) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1064 |
SELECT SQL_NO_CACHE `sale_nbr` FROM pr_product_sale WHERE `id_product` = 10421 LIMIT 1 |
0.027
ms
|
0 |
|
|
/classes/ProductSale.php:259
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:141 (getNbrSales)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1075 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403757) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1076 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403758) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1078 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403760) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1079 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403761) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1080 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403762) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403766) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1086 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403768) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1088 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403770) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1090 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403772) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403775) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1095 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403777) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1098 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403780) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403783) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403784) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1109 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403791) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1111 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403793) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1599 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "axoncreator" LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1615 |
SELECT SQL_NO_CACHE *
FROM `pr_tax_lang`
WHERE `id_tax` = 1 |
0.027
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2456 |
SELECT SQL_NO_CACHE * FROM `pr_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.027
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:415 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1025 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403476) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 191 AND `id_shop` = 1 LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/module/Module.php:2137
/config/smartyfront.config.inc.php:58 (isEnabled)
/config/smarty.config.inc.php:59 (require_once)
/config/config.inc.php:245 (require_once)
/index.php:38 (require)
|
| 29 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pr_currency` c
WHERE (iso_code = 'PLN') LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE *
FROM `pr_currency_lang`
WHERE `id_currency` = 1 |
0.026
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:696 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=1 |
0.026
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=1 |
0.026
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=1 |
0.026
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=12 |
0.026
ms
|
3 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=11 |
0.026
ms
|
3 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:257 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 132 LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE id_product = 1534 LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 1534 AND `id_group` = 1 LIMIT 1 |
0.026
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 767 AND id_shop=1 LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 2031 AND id_shop=1 LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403101) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1019 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403470) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1021 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403472) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1022 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403473) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1037 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403488) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1081 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403763) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1082 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403764) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403880) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403654) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1600 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1614 |
SELECT SQL_NO_CACHE *
FROM `pr_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.026
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1866 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 10419 AND id_shop=1 LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2441 |
SELECT SQL_NO_CACHE *
FROM `pr_tax_lang`
WHERE `id_tax` = 1 |
0.026
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2458 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "nrtwishlist" LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira/39/4b/5d/394b5db81e169b038ddb2c03e8326efd5a76c4d4_2.file.account.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c488da88_88638237)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c4849627_17351526)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2301 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3695 (fetch)
/classes/Hook.php:1083 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:415 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=1 |
0.025
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=17 |
0.025
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=17 |
0.025
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE `name`
FROM `pr_manufacturer`
WHERE `id_manufacturer` = 12
AND `active` = 1 LIMIT 1 |
0.025
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5680 (getNameById)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 2032 AND id_shop=1 LIMIT 1 |
0.025
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE `sale_nbr` FROM pr_product_sale WHERE `id_product` = 767 LIMIT 1 |
0.025
ms
|
0 |
|
|
/classes/ProductSale.php:259
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:141 (getNbrSales)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403500) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.025
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403200) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.025
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403581) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.025
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1558 |
SELECT SQL_NO_CACHE `sale_nbr` FROM pr_product_sale WHERE `id_product` = 10423 LIMIT 1 |
0.025
ms
|
0 |
|
|
/classes/ProductSale.php:259
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:141 (getNbrSales)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1560 |
SELECT SQL_NO_CACHE * FROM `pr_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.025
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1566 |
SELECT SQL_NO_CACHE `sale_nbr` FROM pr_product_sale WHERE `id_product` = 768 LIMIT 1 |
0.025
ms
|
0 |
|
|
/classes/ProductSale.php:259
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:141 (getNbrSales)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1612 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 1534 AND id_shop=1 LIMIT 1 |
0.025
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2440 |
SELECT SQL_NO_CACHE *
FROM `pr_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.025
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE `id_category`
FROM `pr_category_shop`
WHERE `id_category` = 13
AND `id_shop` = 1 LIMIT 1 |
0.025
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:83 (existsInShop)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=9 |
0.025
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 745 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403201) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.025
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE `id_lang` FROM `pr_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE *
FROM `pr_group_lang`
WHERE `id_group` = 1 |
0.024
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM pr_category_group ctg
WHERE ctg.`id_category` = 13 AND ctg.`id_group` = 1 LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 72 |
SET group_concat_max_len = 33554432 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:119
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:46 (setGroupConcatMaxLength)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:471 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:450 (getSearchsId)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:279 (getSearchsIdByHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2899 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3033 (assignSearchVar)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE `name`
FROM `pr_hook`
WHERE `id_hook` = 538 LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/Hook.php:247
/classes/Hook.php:917 (getNameById)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=17 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=17 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=14 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=14 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=11 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=10 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=10 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 2049 AND id_shop=1 LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE `to` BETWEEN '2026-06-25 00:00:00' AND '2026-06-25 23:59:59' LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE `sale_nbr` FROM pr_product_sale WHERE `id_product` = 2031 LIMIT 1 |
0.024
ms
|
0 |
|
|
/classes/ProductSale.php:259
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:141 (getNbrSales)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403513) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403519) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403031) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403034) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403056) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 811 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403263) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 914 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403366) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1445 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403644) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1480 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403678) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=17 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=17 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=16 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=14 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=12 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=11 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=10 |
0.024
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 270 LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403501) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403503) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 560 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403016) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403456) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403849) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403979) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2454 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 768 AND id_shop=1 LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=14 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=14 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=10 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 62 LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403020) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403021) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403024) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403028) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403033) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403042) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403043) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403047) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403051) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403052) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 605 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403061) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403062) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 607 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403063) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 664 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403120) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 819 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403271) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 909 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403361) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403369) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 928 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403380) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 930 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403382) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 931 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403383) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 941 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403392) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 944 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403395) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 945 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403396) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 951 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403402) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 960 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403411) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 983 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403434) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1168 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403850) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403854) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1173 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403855) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403867) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403875) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403882) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403883) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403884) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403885) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403892) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403897) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403902) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1562 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "nrtwishlist" LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1596 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_lang`
WHERE `id_search` = 8 |
0.023
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Search.php:122 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2245 (__construct)
/var/cache/dev/smarty/compile/akira/ab/8f/f6/ab8ff67c388767abe1b571ae99b08eaff2dc0339_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9df18e259_69824310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2893 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1623 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 767 AND id_shop=1 LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2437 |
SELECT SQL_NO_CACHE id_shop
FROM `pr_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/classes/Group.php:400 (isAssociatedToShop)
/classes/Product.php:3652 (getCurrent)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pr_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=16 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:258 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=16 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=16 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=16 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=16 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=12 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=12 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=12 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=12 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=12 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:263 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=11 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:259 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=11 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=11 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:261 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=11 |
0.023
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:262 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403502) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403507) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403508) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403511) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403512) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403516) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403517) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403017) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 562 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403018) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403019) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403022) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403036) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403046) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403054) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403055) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403058) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403064) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403121) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403332) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 919 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403371) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403372) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403375) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403376) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 937 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403388) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 938 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403389) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 939 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403390) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 962 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403413) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403852) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403859) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1179 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403861) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1181 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403863) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403866) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403873) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1192 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403874) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403878) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403879) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403881) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403890) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1209 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403891) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403896) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403904) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1327 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403526) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=14 |
0.022
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:260 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:316 (getSearchAssociations)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:88 (getSearchsFromHook)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:110 (getSearchEngineToUse)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:68 (getSearchEngineSortOrder)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 112 LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403506) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403515) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403025) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403029) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403030) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403032) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403038) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403057) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403066) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403068) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403069) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403077) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403085) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403093) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 640 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403096) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403099) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 649 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403105) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 652 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403108) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403110) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403264) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 815 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403267) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 824 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403276) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403279) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 829 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403281) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403292) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403294) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403296) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 854 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403306) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403313) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 867 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403319) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 872 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403324) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403327) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403328) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 878 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403330) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403337) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 893 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403345) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 896 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403348) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 910 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403362) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403374) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 934 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403386) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 946 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403397) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 947 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403398) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 950 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403401) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 957 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403408) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 958 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403409) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 965 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403416) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403419) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 973 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403424) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 978 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403429) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 980 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403431) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 981 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403432) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 987 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403438) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 988 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403439) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 990 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403441) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 997 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403448) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1174 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403856) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403868) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403876) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403887) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403894) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403898) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403905) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403909) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403920) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403930) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403938) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403947) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403949) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403957) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403964) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403619) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1563 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1601 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "onepagecheckoutps" LIMIT 1 |
0.022
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:70 (isEnabled)
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:39 (detectByController)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:154 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:70 (isCheckout)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1631 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 2032 AND id_shop=1 LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE id_shop
FROM `pr_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/classes/Tools.php:700 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.022
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:70 (isEnabled)
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:39 (detectByController)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:175 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:164 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:71 (getModuleData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:59 (setContextData)
/modules/rcpgtagmanager/src/PSModule/ModuleServiceFactoryPS8.php:76 (__construct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:62 (getContextService)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:44 (getConfiguration)
/modules/rcpgtagmanager/rcpgtagmanager.php:197 (exec)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403504) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403505) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403509) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403510) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403514) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 4403518) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403023) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403026) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403027) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403035) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403037) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403039) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403040) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403041) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403044) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403045) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403048) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403050) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403053) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403059) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 604 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403060) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403065) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403067) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403070) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403073) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403075) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403076) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403078) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403079) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403080) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403083) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403084) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403086) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403088) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403089) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 636 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403092) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403095) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403098) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403100) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403102) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 650 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403106) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 653 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403109) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403112) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 657 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403113) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403114) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 659 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403115) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 662 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403118) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 663 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403119) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 687 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403143) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403164) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403172) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 738 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403194) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403202) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 747 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403203) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 748 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403204) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 804 |
SELECT SQL_NO_CACHE `sale_nbr` FROM pr_product_sale WHERE `id_product` = 10419 LIMIT 1 |
0.022
ms
|
0 |
|
|
/classes/ProductSale.php:259
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:141 (getNbrSales)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 813 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403265) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 814 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403266) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 816 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403268) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 817 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403269) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 818 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403270) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 820 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403272) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 821 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403273) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 823 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403275) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 825 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403277) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 826 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403278) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 830 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403282) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403283) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 832 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403284) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403285) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 834 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403286) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403287) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403288) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403290) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403291) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403295) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403297) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403299) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403300) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403301) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403302) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403304) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403305) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403307) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403309) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 862 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403314) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403315) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 865 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403317) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403318) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 868 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403320) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403321) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 873 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403325) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403326) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 877 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403329) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403331) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403333) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 883 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403335) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403338) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403339) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403341) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 892 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403344) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 894 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403346) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 895 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403347) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 897 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403349) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 898 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403350) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 899 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403351) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 900 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403352) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 901 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403353) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 902 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403354) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 903 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403355) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403357) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 908 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403360) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 911 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403363) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 915 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403367) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403368) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 918 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403370) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 921 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403373) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403377) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403378) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403379) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 929 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403381) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 932 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403384) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 933 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403385) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 940 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403391) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 942 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403393) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 943 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403394) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 948 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403399) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 949 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403400) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403403) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 953 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403404) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 954 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403405) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 955 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403406) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 956 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403407) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 959 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403410) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 961 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403412) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 963 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403414) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 964 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403415) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 966 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403417) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 967 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403418) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 969 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403420) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 970 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403421) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 971 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403422) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 972 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403423) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 974 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403425) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 975 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403426) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 976 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403427) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 977 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403428) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 979 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403430) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 982 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403433) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 984 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403435) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 985 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403436) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 986 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403437) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 989 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403440) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 992 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403443) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 993 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403444) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 994 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403445) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 995 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403446) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 996 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403447) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 998 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403449) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 999 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403450) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1000 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403451) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1001 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403452) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1002 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403453) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1003 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403454) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403455) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403851) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1171 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403853) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403857) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403858) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403860) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403862) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403864) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1183 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403865) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1187 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403869) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403870) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403871) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403872) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403877) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403886) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1206 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403888) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403889) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403893) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403895) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403899) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403900) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403901) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403903) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1224 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403906) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403907) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1226 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403908) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1228 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403910) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403911) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403912) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403913) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403918) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403921) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403922) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403925) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403927) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403929) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403933) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403946) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403952) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403962) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403993) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403528) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403551) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403565) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403578) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1457 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403655) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1510 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403708) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1627 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 2031 AND id_shop=1 LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2438 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 10423 AND id_shop=1 LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403072) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403074) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 651 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403107) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 674 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403130) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 677 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403133) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403162) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 717 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403173) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 734 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403190) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 755 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403211) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 764 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403220) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 767 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403223) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 777 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403233) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 780 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403236) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 793 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403249) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403334) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 907 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403359) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403926) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1246 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403928) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403932) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403951) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403984) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403998) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403533) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403546) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403566) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403577) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403595) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403624) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1438 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403637) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1440 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403639) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1485 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403683) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1499 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403697) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1511 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403709) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403725) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1537 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403735) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403749) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1554 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403752) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2459 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akira/39/4b/5d/394b5db81e169b038ddb2c03e8326efd5a76c4d4_2.file.account.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c488da88_88638237)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c4849627_17351526)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2301 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3695 (fetch)
/classes/Hook.php:1083 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:415 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pr_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:72 (initModel)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:125 (buildCategoryModel)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:109 (getCategoryData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:69 (getPageData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:59 (setContextData)
/modules/rcpgtagmanager/src/PSModule/ModuleServiceFactoryPS8.php:76 (__construct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:62 (getContextService)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:44 (getConfiguration)
/modules/rcpgtagmanager/rcpgtagmanager.php:197 (exec)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "axoncreator" LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3143 (isEnabled)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2966 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3211 (_prepHook)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_group`
WHERE `id_group` = 1 LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 767 AND `id_group` = 1 LIMIT 1 |
0.021
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 2031 AND `id_group` = 1 LIMIT 1 |
0.021
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 10422 AND `id_group` = 1 LIMIT 1 |
0.021
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 10419 AND `id_group` = 1 LIMIT 1 |
0.021
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403071) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403081) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403087) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403090) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403091) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 638 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403094) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403097) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403103) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403104) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403111) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403116) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 661 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403117) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 666 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403122) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403123) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 669 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403125) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 670 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403126) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403127) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 672 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403128) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 675 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403131) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403134) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 679 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403135) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 681 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403137) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 682 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403138) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 683 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403139) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403140) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 685 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403141) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 686 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403142) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 689 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403145) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 690 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403146) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 691 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403147) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 693 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403149) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 695 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403151) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 697 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403153) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 698 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403154) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 699 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403155) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 700 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403156) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 701 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403157) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 702 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403158) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 704 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403160) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 705 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403161) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 707 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403163) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403165) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403167) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 713 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403169) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403170) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 715 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403171) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403174) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 719 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403175) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403176) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 721 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403177) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403179) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 724 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403180) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403181) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 728 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403184) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 729 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403185) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 731 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403187) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 732 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403188) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403189) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 735 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403191) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 736 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403192) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403193) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 739 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403195) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 742 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403198) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 743 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403199) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 749 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403205) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 750 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403206) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403208) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 753 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403209) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 754 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403210) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 757 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403213) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 761 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403217) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 763 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403219) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 765 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403221) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 766 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403222) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 768 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403224) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 769 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403225) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 770 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403226) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 772 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403228) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 773 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403229) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 774 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403230) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 775 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403231) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 776 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403232) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 779 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403235) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 781 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403237) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 782 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403238) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 783 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403239) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 784 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403240) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 785 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403241) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403242) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 788 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403244) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 790 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403246) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 791 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403247) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 792 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403248) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 794 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403250) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 795 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403251) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 796 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403252) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 797 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403253) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 798 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403254) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 799 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403255) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 800 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403256) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403257) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 802 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403258) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 803 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403259) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 822 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403274) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403280) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403293) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403298) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403303) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 856 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403308) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 858 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403310) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403311) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 860 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403312) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 864 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403316) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 870 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403322) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403323) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403336) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 888 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403340) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 890 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403342) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403343) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403356) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 906 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403358) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 991 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 4403442) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403914) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1233 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403915) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403916) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403917) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403919) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403923) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403924) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403931) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403934) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403935) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1254 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403936) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1255 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403937) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403939) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403940) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403941) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403942) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403943) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403944) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1263 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403945) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403948) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403950) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403953) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403954) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1273 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403955) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403956) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403958) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1277 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403959) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403960) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403961) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403963) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403965) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403966) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403967) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403968) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403970) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403971) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403972) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403973) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403974) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403976) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403978) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403980) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403981) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403982) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403983) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403985) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403986) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403987) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403988) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403990) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403992) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403994) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403995) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403997) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403999) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1318 |
SELECT SQL_NO_CACHE `sale_nbr` FROM pr_product_sale WHERE `id_product` = 10424 LIMIT 1 |
0.021
ms
|
0 |
|
|
/classes/ProductSale.php:259
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:141 (getNbrSales)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403527) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403529) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1331 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403530) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403531) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1333 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403532) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403534) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403535) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403536) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403538) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403539) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403540) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403541) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1343 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403542) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403543) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403544) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403545) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403547) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403549) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403550) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403552) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403553) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403554) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403556) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403557) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403558) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1360 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403559) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403560) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403561) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403562) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403563) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403564) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403567) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403568) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1370 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403569) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1371 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403570) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1372 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403571) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403572) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1374 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403573) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403574) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403575) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403576) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403579) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403580) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403582) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1384 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403583) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1385 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403584) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403585) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403586) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403587) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1389 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403588) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403589) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1391 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403590) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403591) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1393 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403592) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403594) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403597) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403598) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403600) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1402 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403601) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403602) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403603) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403604) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403605) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403606) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403607) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403608) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403609) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403610) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403611) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403612) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403613) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403614) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403615) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403616) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403617) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403618) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403620) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1423 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403622) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403623) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403625) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403626) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403629) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403630) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403632) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403633) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1435 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403634) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403635) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403636) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403638) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403640) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403641) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403643) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1446 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403645) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1447 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403646) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403647) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1450 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403649) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403650) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1452 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403651) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1453 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403652) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403653) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1458 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403656) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1459 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403657) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1460 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403658) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403659) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1462 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403660) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1463 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403661) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1464 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403662) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1465 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403663) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1466 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403664) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1467 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403665) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403666) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1469 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403667) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403669) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1472 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403670) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403671) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1474 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403672) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403673) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1476 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403674) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1477 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403675) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1478 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403676) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403677) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1481 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403679) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1482 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403680) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1483 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403681) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403684) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1487 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403685) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403687) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1490 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403688) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1492 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403690) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1493 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403691) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403694) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1497 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403695) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1498 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403696) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1500 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403698) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403699) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403700) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403702) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403703) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1506 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403704) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1507 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403705) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1508 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403706) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1509 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403707) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1512 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403710) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1513 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403711) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403712) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1516 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403714) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403715) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1520 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403718) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403719) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1522 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403720) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1523 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403721) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403722) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403724) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403726) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403727) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403728) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403729) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403731) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403732) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403733) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1536 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403734) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403736) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403738) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1541 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403739) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403740) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403741) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403742) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403743) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403745) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403746) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403747) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403748) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1552 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403750) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1553 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403751) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1598 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_lang`
WHERE `id_search` = 17 |
0.021
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Search.php:122 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2245 (__construct)
/var/cache/dev/smarty/compile/akira/ab/8f/f6/ab8ff67c388767abe1b571ae99b08eaff2dc0339_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9df18e259_69824310)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2893 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3128 (displaySearchBlock)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:180 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.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/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:317 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1635 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 2049 AND id_shop=1 LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:169 (getPriceStatic)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:125 (getPrice)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE `id_lang` FROM `pr_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3143 (isEnabled)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2966 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3211 (_prepHook)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 2032 AND `id_group` = 1 LIMIT 1 |
0.020
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 2049 AND `id_group` = 1 LIMIT 1 |
0.020
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3473 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/FullTree.php:79 (getCategoryProducts)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/override/classes/controller/ProductListingFrontController.php:22 (doProductSearch)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 668 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403124) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403129) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 676 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403132) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 680 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403136) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 688 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403144) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 692 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403148) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 694 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403150) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 696 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403152) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 703 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403159) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 710 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403166) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403168) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 722 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403178) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 726 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403182) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 727 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403183) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403186) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 741 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403197) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 751 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403207) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 756 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403212) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 759 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403215) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 760 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403216) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 762 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403218) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403227) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 778 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403234) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 787 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403243) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 789 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403245) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403969) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403977) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403989) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403991) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403996) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403537) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403548) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403555) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403593) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403596) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403599) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403621) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403627) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403628) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403631) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403642) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1449 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403648) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1470 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403668) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1484 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403682) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1491 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403689) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403692) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1495 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403693) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1503 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403701) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403713) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403716) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1519 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403717) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1525 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403723) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403730) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403737) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403744) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1564 |
SELECT SQL_NO_CACHE id_shop
FROM `pr_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/classes/Group.php:400 (isAssociatedToShop)
/classes/module/Module.php:2226 (getCurrent)
/modules/nrtwishlist/nrtwishlist.php:138 (getCacheId)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1620 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pr_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1663 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pr_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2464 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "nrtsearchbar" LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:415 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 740 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403196) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 758 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10419) AND (id_product_attribute = 4403214) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10424) AND (id_product_attribute = 4403975) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 10423) AND (id_product_attribute = 4403686) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:43 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/45/c8/97/45c89737365944620ff76d4bf898260032748b79_2.file.flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c73f1795_66991366)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/17/8f/f3/178ff320062e2073b972a70177b0aaf1dc7ba8e9_2.file.product-1.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcd2483_77922358)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/85/65/22/85652253970fc172f16892f316d70fb96888fa0a_2.file.product-loop.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc7223_64072405)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/78/fa/49/78fa49a6c26891854db87d9fe80f17d760718519_2.file.products.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddcc5879_28184154)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:87 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:163 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/f7/f6/b2/f7f6b2fefed47db45fc0156a700abbd061dc675c_2.file.listing-1.tpl.php:313 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:391 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE `id_lang` FROM `pr_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE id_shop
FROM `pr_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1863 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pr_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2434 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pr_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2451 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pr_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2460 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.019
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/var/cache/dev/smarty/compile/akira/39/4b/5d/394b5db81e169b038ddb2c03e8326efd5a76c4d4_2.file.account.tpl.php:205 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c488da88_88638237)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c4849627_17351526)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2301 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3695 (fetch)
/classes/Hook.php:1083 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:415 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2461 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.018
ms
|
0 |
|
|
/classes/module/Module.php:2137
/var/cache/dev/smarty/compile/akira/39/4b/5d/394b5db81e169b038ddb2c03e8326efd5a76c4d4_2.file.account.tpl.php:205 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c488da88_88638237)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c4849627_17351526)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2301 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3695 (fetch)
/classes/Hook.php:1083 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:415 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2465 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
0.018
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:415 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2466 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "nrtshoppingcart" LIMIT 1 |
0.018
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:415 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1609 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pr_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.018
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:110 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:109 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:206 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:73 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2462 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.017
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/var/cache/dev/smarty/compile/akira/39/4b/5d/394b5db81e169b038ddb2c03e8326efd5a76c4d4_2.file.account.tpl.php:256 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c488da88_88638237)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c4849627_17351526)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2301 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3695 (fetch)
/classes/Hook.php:1083 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:415 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 1602 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.017
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:70 (isEnabled)
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:39 (detectByController)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:154 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:70 (isCheckout)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:411 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2467 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 |
0.017
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:415 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|
| 2463 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 16 AND `id_shop` = 1 LIMIT 1 |
0.016
ms
|
0 |
|
|
/classes/module/Module.php:2137
/var/cache/dev/smarty/compile/akira/39/4b/5d/394b5db81e169b038ddb2c03e8326efd5a76c4d4_2.file.account.tpl.php:256 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c488da88_88638237)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c4849627_17351526)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2301 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3695 (fetch)
/classes/Hook.php:1083 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:415 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/99/5a/11/995a11558c844becaebdc92378d52066da32cb3d_2.file.layout-both-columns.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9c72b7875_84080608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/ba/6a/9b/ba6a9b06e81dd908b5c3471d692693f7e154a48a_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc94999_89514564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/akiralayouts_layout_full_width_tpl/7b/47/c2/7b47c2eb191da3761052f90c4ca1633b75687ac3_2.file.category.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3cf9ddc919a9_71447047)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:39 (dispatch)
|